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

Method __init__

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

Source from the content-addressed store, hash-verified

3113 __slots__ = "_buffer", "_logging", "_final",
3114
3115 def __init__(self, buffer=None, final=False):
3116 if buffer is None:
3117 buffer = WriteBuffer()
3118 self._buffer = buffer
3119 self._logging = False
3120 self._final = final
3121
3122 # Get the bytes buffer
3123 @property

Callers

nothing calls this directly

Calls 1

WriteBufferClass · 0.70

Tested by

no test coverage detected