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

Method __init__

projects/Python/proto/fbe.py:648–649  ·  view source on GitHub ↗
(self, buffer, offset)

Source from the content-addressed store, hash-verified

646# Fast Binary Encoding int16 field model
647class FieldModelInt16(FieldModel):
648 def __init__(self, buffer, offset):
649 super().__init__(buffer, offset)
650
651 # Get the field size
652 @property

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected