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

Method __from_json__

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

Source from the content-addressed store, hash-verified

2958
2959 @staticmethod
2960 def __from_json__(fields):
2961 if fields is None:
2962 return None
2963 return BalanceMessage(
2964 None if "body" not in fields else Balance.__from_json__(fields["body"]),
2965 )
2966
2967 # Get the FBE type
2968 @property

Callers

nothing calls this directly

Calls 2

BalanceMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected