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

Method __init__

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

Source from the content-addressed store, hash-verified

2407 __slots__ = "body",
2408
2409 def __init__(self, body=None):
2410 if body is None:
2411 body = Order()
2412 self.body = body
2413
2414 # Struct shallow copy
2415 def copy(self, other):

Callers

nothing calls this directly

Calls 1

OrderClass · 0.70

Tested by

no test coverage detected