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

Method __init__

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

Source from the content-addressed store, hash-verified

3494 __slots__ = "body",
3495
3496 def __init__(self, body=None):
3497 if body is None:
3498 body = Account()
3499 self.body = body
3500
3501 # Struct shallow copy
3502 def copy(self, other):

Callers

nothing calls this directly

Calls 1

AccountClass · 0.70

Tested by

no test coverage detected