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

Method __init__

projects/Python/proto/fbe.py:262–265  ·  view source on GitHub ↗
(self, buffer=None)

Source from the content-addressed store, hash-verified

260 __slots__ = "_buffer",
261
262 def __init__(self, buffer=None):
263 if buffer is None:
264 buffer = WriteBuffer()
265 self._buffer = buffer
266
267 @property
268 def buffer(self):

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

WriteBufferClass · 0.70

Tested by

no test coverage detected