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

Method __init__

projects/Python/proto/protoex.py:3011–3014  ·  view source on GitHub ↗
(self, body=None)

Source from the content-addressed store, hash-verified

3009 __slots__ = "body",
3010
3011 def __init__(self, body=None):
3012 if body is None:
3013 body = Balance()
3014 self.body = body
3015
3016 # Struct shallow copy
3017 def copy(self, other):

Callers

nothing calls this directly

Calls 1

BalanceClass · 0.70

Tested by

no test coverage detected