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

Method __init__

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

Source from the content-addressed store, hash-verified

287# Fast Binary Encoding EnumEmpty final model
288class FinalModelEnumEmpty(fbe.FinalModel):
289 def __init__(self, buffer, offset):
290 super().__init__(buffer, offset)
291
292 # Get the allocation size
293 # noinspection PyUnusedLocal

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected