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

Method __from_json__

projects/Python/proto/test.py:15665–15669  ·  view source on GitHub ↗
(fields)

Source from the content-addressed store, hash-verified

15663
15664 @staticmethod
15665 def __from_json__(fields):
15666 if fields is None:
15667 return None
15668 return StructEmpty(
15669 )
15670
15671 # Get the FBE type
15672 @property

Callers

nothing calls this directly

Calls 1

StructEmptyClass · 0.70

Tested by

no test coverage detected