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

Method __from_json__

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

Source from the content-addressed store, hash-verified

3075
3076 @staticmethod
3077 def __from_json__(fields):
3078 if fields is None:
3079 return None
3080 return BalanceMessage(
3081 None if "body" not in fields else Balance.__from_json__(fields["body"]),
3082 )
3083
3084 # Get the FBE type
3085 @property

Callers

nothing calls this directly

Calls 2

BalanceMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected