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

Method __init__

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

Source from the content-addressed store, hash-verified

1517 __slots__ = "_model",
1518
1519 def __init__(self, buffer=None):
1520 super().__init__(buffer)
1521 self._model = FieldModelBalance(self.buffer, 4)
1522
1523 @property
1524 def model(self):

Callers

nothing calls this directly

Calls 2

FieldModelBalanceClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected