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

Method __init__

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

Source from the content-addressed store, hash-verified

841 __slots__ = "_model",
842
843 def __init__(self, buffer=None):
844 super().__init__(buffer)
845 self._model = FieldModelOrder(self.buffer, 4)
846
847 @property
848 def model(self):

Callers

nothing calls this directly

Calls 2

FieldModelOrderClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected