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

Method __from_json__

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

Source from the content-addressed store, hash-verified

3560
3561 @staticmethod
3562 def __from_json__(fields):
3563 if fields is None:
3564 return None
3565 return AccountMessage(
3566 None if "body" not in fields else Account.__from_json__(fields["body"]),
3567 )
3568
3569 # Get the FBE type
3570 @property

Callers

nothing calls this directly

Calls 2

AccountMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected