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

Method __from_json__

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

Source from the content-addressed store, hash-verified

3443
3444 @staticmethod
3445 def __from_json__(fields):
3446 if fields is None:
3447 return None
3448 return AccountMessage(
3449 None if "body" not in fields else Account.__from_json__(fields["body"]),
3450 )
3451
3452 # Get the FBE type
3453 @property

Callers

nothing calls this directly

Calls 2

AccountMessageClass · 0.70
__from_json__Method · 0.45

Tested by

no test coverage detected