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

Method __init__

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

Source from the content-addressed store, hash-verified

3377 __slots__ = "body",
3378
3379 def __init__(self, body=None):
3380 if body is None:
3381 body = Account()
3382 self.body = body
3383
3384 # Struct shallow copy
3385 def copy(self, other):

Callers

nothing calls this directly

Calls 1

AccountClass · 0.70

Tested by

no test coverage detected