MCPcopy Index your code
hub / github.com/apache/fory / read

Method read

python/pyfory/serializer.py:1364–1366  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

1362 buffer.write_string(value.__name__)
1363
1364 def read(self, read_context):
1365 mod_name = read_context.read_string()
1366 return _import_validated_module(read_context.policy, mod_name, is_local=_is_local_qualname(mod_name, ""))
1367
1368
1369class MappingProxySerializer(Serializer):

Callers

nothing calls this directly

Calls 3

_import_validated_moduleFunction · 0.85
_is_local_qualnameFunction · 0.85
read_stringMethod · 0.45

Tested by

no test coverage detected