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

Method __init__

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

Source from the content-addressed store, hash-verified

1045 __slots__ = "_model",
1046
1047 def __init__(self, buffer=None):
1048 super().__init__(buffer)
1049 self._model = FinalModelOrder(self.buffer, 8)
1050
1051 # Get the model type
1052 @property

Callers

nothing calls this directly

Calls 2

FinalModelOrderClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected