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

Method __init__

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

Source from the content-addressed store, hash-verified

1166 __slots__ = "_model",
1167
1168 def __init__(self, buffer=None):
1169 super().__init__(buffer)
1170 self._model = FinalModelOrder(self.buffer, 8)
1171
1172 # Get the model type
1173 @property

Callers

nothing calls this directly

Calls 2

FinalModelOrderClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected