Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ __init__
Method
__init__
python/pyfory/serializer.py:1358–1359 ·
view source on GitHub ↗
(self, type_resolver)
Source
from the content-addressed store, hash-verified
1356
""
"Serializer for python module"
""
1357
1358
def
__init__(self, type_resolver):
1359
super().__init__(type_resolver, types.ModuleType)
1360
1361
def
write(self, buffer, value):
1362
buffer.write_string(value.__name__)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected