Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ __init__
Method
__init__
projects/Python/proto/enums.py:277–278 ·
view source on GitHub ↗
(self, buffer, offset)
Source
from the content-addressed store, hash-verified
275
# Fast Binary Encoding EnumWChar field model
276
class
FieldModelEnumWChar(fbe.FieldModel):
277
def
__init__(self, buffer, offset):
278
super().__init__(buffer, offset)
279
280
# Get the field size
281
@property
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected