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

Method read

python/pyfory/_serializer.py:407–408  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

405 write_context.write_string(value)
406
407 def read(self, read_context):
408 return read_context.read_string()
409
410
411_base_date = datetime.date(1970, 1, 1)

Callers

nothing calls this directly

Calls 1

read_stringMethod · 0.45

Tested by

no test coverage detected