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

Method __init__

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

Source from the content-addressed store, hash-verified

5624 __slots__ = "_model",
5625
5626 def __init__(self, buffer=None):
5627 super().__init__(buffer)
5628 self._model = FieldModelStructOptional(self.buffer, 4)
5629
5630 @property
5631 def model(self):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45

Tested by

no test coverage detected