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

Method __init__

projects/Python/proto/test.py:8409–8411  ·  view source on GitHub ↗
(self, buffer=None)

Source from the content-addressed store, hash-verified

8407 __slots__ = "_model",
8408
8409 def __init__(self, buffer=None):
8410 super().__init__(buffer)
8411 self._model = FinalModelStructNested(self.buffer, 8)
8412
8413 # Get the model type
8414 @property

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected