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

Method read

python/pyfory/collection.py:282–283  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

280 collection_.append(element)
281
282 def read(self, read_context):
283 return tuple(super().read(read_context))
284
285
286class StringArraySerializer(ListSerializer):

Callers

nothing calls this directly

Calls 1

readMethod · 0.65

Tested by

no test coverage detected