Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ __init__
Method
__init__
python/pyfory/serializer.py:731–732 ·
view source on GitHub ↗
(self, type_resolver, cls)
Source
from the content-addressed store, hash-verified
729
""
"Serializer for dynamic Python arrays that handles any typecode."
""
730
731
def
__init__(self, type_resolver, cls):
732
super().__init__(type_resolver, cls)
733
734
def
write(self, buffer, value):
735
try
:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected