Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ __from_json__
Method
__from_json__
projects/Python/proto/test.py:681–684 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
679
680
@staticmethod
681
def
__from_json__(value):
682
if
value is None:
683
return
None
684
return
FlagsEmpty(value)
685
686
687
# Fast Binary Encoding FlagsEmpty field model
Callers
nothing calls this directly
Calls
1
FlagsEmpty
Class · 0.70
Tested by
no test coverage detected