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

Method __from_json__

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

Source from the content-addressed store, hash-verified

250
251 @staticmethod
252 def __from_json__(value):
253 if value is None:
254 return None
255 return EnumEmpty(value)
256
257
258# Fast Binary Encoding EnumEmpty field model

Callers

nothing calls this directly

Calls 1

EnumEmptyClass · 0.70

Tested by

no test coverage detected