Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ __init__
Method
__init__
projects/Python/proto/proto.py:2894–2897 ·
view source on GitHub ↗
(self, body=None)
Source
from the content-addressed store, hash-verified
2892
__slots__ =
"body"
,
2893
2894
def
__init__(self, body=None):
2895
if
body is None:
2896
body = Balance()
2897
self.body = body
2898
2899
# Struct shallow copy
2900
def
copy(self, other):
Callers
nothing calls this directly
Calls
1
Balance
Class · 0.70
Tested by
no test coverage detected