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

Method __init__

projects/Python/proto/enums.py:630–631  ·  view source on GitHub ↗
(self, buffer, offset)

Source from the content-addressed store, hash-verified

628# Fast Binary Encoding EnumInt16 final model
629class FinalModelEnumInt16(fbe.FinalModel):
630 def __init__(self, buffer, offset):
631 super().__init__(buffer, offset)
632
633 # Get the allocation size
634 # noinspection PyUnusedLocal

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected