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

Method __from_json__

projects/Python/proto/test.py:54–57  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

52
53 @staticmethod
54 def __from_json__(value):
55 if value is None:
56 return None
57 return EnumSimple(value)
58
59
60# Fast Binary Encoding EnumSimple field model

Callers

nothing calls this directly

Calls 1

EnumSimpleClass · 0.70

Tested by

no test coverage detected