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

Method read

python/pyfory/converter.py:415–416  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

413 raise TypeError("compatible array-to-list field serializer is read-only")
414
415 def read(self, read_context):
416 return list(self.remote_array_serializer.read(read_context))
417
418
419class CompatibleListToArrayFieldSerializer(Serializer):

Callers

nothing calls this directly

Calls 2

readMethod · 0.65
listFunction · 0.50

Tested by

no test coverage detected