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

Method __from_json__

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

Source from the content-addressed store, hash-verified

483
484 @staticmethod
485 def __from_json__(value):
486 if value is None:
487 return None
488 return EnumUInt8(value)
489
490
491# Fast Binary Encoding EnumUInt8 field model

Callers

nothing calls this directly

Calls 1

EnumUInt8Class · 0.70

Tested by

no test coverage detected