MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / __init__

Method __init__

projects/Python/proto/fbe.py:3055–3060  ·  view source on GitHub ↗
(self, buffer=None, final=False)

Source from the content-addressed store, hash-verified

3053 __slots__ = "_buffer", "_logging", "_final",
3054
3055 def __init__(self, buffer=None, final=False):
3056 if buffer is None:
3057 buffer = WriteBuffer()
3058 self._buffer = buffer
3059 self._logging = False
3060 self._final = final
3061
3062 # Get the bytes buffer
3063 @property

Callers

nothing calls this directly

Calls 1

WriteBufferClass · 0.70

Tested by

no test coverage detected