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

Method __init__

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

Source from the content-addressed store, hash-verified

383# Fast Binary Encoding EnumInt8 field model
384class FieldModelEnumInt8(fbe.FieldModel):
385 def __init__(self, buffer, offset):
386 super().__init__(buffer, offset)
387
388 # Get the field size
389 @property

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected