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

Method __init__

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

Source from the content-addressed store, hash-verified

1703 __slots__ = "_model",
1704
1705 def __init__(self, buffer=None):
1706 super().__init__(buffer)
1707 self._model = FinalModelBalance(self.buffer, 8)
1708
1709 # Get the model type
1710 @property

Callers

nothing calls this directly

Calls 2

FinalModelBalanceClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected