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

Method __init__

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

Source from the content-addressed store, hash-verified

2207 __slots__ = "_model",
2208
2209 def __init__(self, buffer=None):
2210 super().__init__(buffer)
2211 self._model = FieldModelStructSimple(self.buffer, 4)
2212
2213 @property
2214 def model(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected