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

Method __from_json__

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

Source from the content-addressed store, hash-verified

399
400 @staticmethod
401 def __from_json__(value):
402 if value is None:
403 return None
404 return FlagsSimple(value)
405
406
407# Fast Binary Encoding FlagsSimple field model

Callers

nothing calls this directly

Calls 1

FlagsSimpleClass · 0.70

Tested by

no test coverage detected