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

Method __from_json__

projects/Python/proto/enums.py:161–164  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

159
160 @staticmethod
161 def __from_json__(value):
162 if value is None:
163 return None
164 return EnumChar(value)
165
166
167# Fast Binary Encoding EnumChar field model

Callers

nothing calls this directly

Calls 1

EnumCharClass · 0.70

Tested by

no test coverage detected