We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d805e25 commit 97ed85fCopy full SHA for 97ed85f
kazoo/protocol/connection.py
@@ -74,6 +74,7 @@
74
75
CLOSE_RESPONSE = Close.type
76
77
+
78
# removed from Python3+
79
def buffer(obj, offset=0):
80
return memoryview(obj)[offset:]
0 commit comments