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

Method __init__

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

Source from the content-addressed store, hash-verified

3383 __slots__ = "_model",
3384
3385 def __init__(self, buffer=None):
3386 super().__init__(buffer)
3387 self._model = FinalModelStructSimple(self.buffer, 8)
3388
3389 # Get the model type
3390 @property

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected