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

Method __from_json__

projects/Python/proto/proto.py:2475–2480  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

2473
2474 @staticmethod
2475 def __from_json__(fields):
2476 if fields is None:
2477 return None
2478 return OrderMessage(
2479 None if "body" not in fields else Order.__from_json__(fields["body"]),
2480 )
2481
2482 # Get the FBE type
2483 @property

Callers

nothing calls this directly

Calls 2

OrderMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected