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

Method __init__

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

Source from the content-addressed store, hash-verified

1399 __slots__ = "_model",
1400
1401 def __init__(self, buffer=None):
1402 super().__init__(buffer)
1403 self._model = FieldModelBalance(self.buffer, 4)
1404
1405 @property
1406 def model(self):

Callers

nothing calls this directly

Calls 2

FieldModelBalanceClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected