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

Method __init__

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

Source from the content-addressed store, hash-verified

2524 __slots__ = "body",
2525
2526 def __init__(self, body=None):
2527 if body is None:
2528 body = Order()
2529 self.body = body
2530
2531 # Struct shallow copy
2532 def copy(self, other):

Callers

nothing calls this directly

Calls 1

OrderClass · 0.70

Tested by

no test coverage detected