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

Method __from_json__

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

Source from the content-addressed store, hash-verified

807
808 @staticmethod
809 def __from_json__(value):
810 if value is None:
811 return None
812 return EnumInt32(value)
813
814
815# Fast Binary Encoding EnumInt32 field model

Callers

nothing calls this directly

Calls 1

EnumInt32Class · 0.70

Tested by

no test coverage detected