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

Method __init__

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

Source from the content-addressed store, hash-verified

407# Fast Binary Encoding FlagsSimple field model
408class FieldModelFlagsSimple(fbe.FieldModel):
409 def __init__(self, buffer, offset):
410 super().__init__(buffer, offset)
411
412 # Get the field size
413 @property

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected