Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ __from_json__
Method
__from_json__
projects/Python/proto/proto.py:41–44 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
39
40
@staticmethod
41
def
__from_json__(value):
42
if
value is None:
43
return
None
44
return
OrderSide(value)
45
46
47
# Fast Binary Encoding OrderSide field model
Callers
nothing calls this directly
Calls
1
OrderSide
Class · 0.70
Tested by
no test coverage detected