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

Method __init__

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

Source from the content-addressed store, hash-verified

47# Fast Binary Encoding OrderSide field model
48class FieldModelOrderSide(fbe.FieldModel):
49 def __init__(self, buffer, offset):
50 super().__init__(buffer, offset)
51
52 # Get the field size
53 @property

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected