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

Method __init__

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

Source from the content-addressed store, hash-verified

1586 __slots__ = "_model",
1587
1588 def __init__(self, buffer=None):
1589 super().__init__(buffer)
1590 self._model = FinalModelBalance(self.buffer, 8)
1591
1592 # Get the model type
1593 @property

Callers

nothing calls this directly

Calls 2

FinalModelBalanceClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected