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

Method __init__

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

Source from the content-addressed store, hash-verified

766 __slots__ = "_model",
767
768 def __init__(self, buffer=None):
769 super().__init__(buffer)
770 self._model = FieldModelOrder(self.buffer, 4)
771
772 @property
773 def model(self):

Callers

nothing calls this directly

Calls 2

FieldModelOrderClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected