MCPcopy Create free account
hub / github.com/apache/fory / __init__

Method __init__

python/pyfory/serializer.py:1370–1371  ·  view source on GitHub ↗
(self, type_resolver)

Source from the content-addressed store, hash-verified

1368
1369class MappingProxySerializer(Serializer):
1370 def __init__(self, type_resolver):
1371 super().__init__(type_resolver, types.MappingProxyType)
1372
1373 def write(self, write_context, value):
1374 write_context.write_ref(dict(value))

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected