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

Method __init__

projects/Python/proto/test.py:15429–15432  ·  view source on GitHub ↗
(self, buffer, offset)

Source from the content-addressed store, hash-verified

15427 __slots__ = "_f1", "_f2",
15428
15429 def __init__(self, buffer, offset):
15430 super().__init__(buffer, offset)
15431 self._f1 = fbe.FinalModelMap(FinalModelStructSimple(buffer, 0), FinalModelStructNested(buffer, 0), buffer, 0)
15432 self._f2 = fbe.FinalModelMap(FinalModelStructSimple(buffer, 0), fbe.FinalModelOptional(FinalModelStructNested(buffer, 0), buffer, 0), buffer, 0)
15433
15434 @property
15435 def f1(self):

Callers

nothing calls this directly

Calls 4

FinalModelMapMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected