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

Method __from_json__

projects/Python/proto/protoex.py:45–48  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

43
44 @staticmethod
45 def __from_json__(value):
46 if value is None:
47 return None
48 return OrderSide(value)
49
50
51# Fast Binary Encoding OrderSide field model

Callers

nothing calls this directly

Calls 1

OrderSideClass · 0.70

Tested by

no test coverage detected