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

Method __from_json__

projects/Python/proto/protoex.py:2592–2597  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

2590
2591 @staticmethod
2592 def __from_json__(fields):
2593 if fields is None:
2594 return None
2595 return OrderMessage(
2596 None if "body" not in fields else Order.__from_json__(fields["body"]),
2597 )
2598
2599 # Get the FBE type
2600 @property

Callers

nothing calls this directly

Calls 2

OrderMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected