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

Method __from_json__

projects/Python/proto/proto.py:297–300  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

295
296 @staticmethod
297 def __from_json__(value):
298 if value is None:
299 return None
300 return State(value)
301
302
303# Fast Binary Encoding State field model

Callers 11

from_jsonMethod · 0.45
__from_json__Method · 0.45
from_jsonMethod · 0.45
from_jsonMethod · 0.45
__from_json__Method · 0.45
from_jsonMethod · 0.45
__from_json__Method · 0.45
from_jsonMethod · 0.45
__from_json__Method · 0.45
from_jsonMethod · 0.45
__from_json__Method · 0.45

Calls 1

StateClass · 0.70

Tested by

no test coverage detected