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

Method read

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

Source from the content-addressed store, hash-verified

412 _write_decimal_parts(write_context, scale, unscaled)
413
414 def read(self, read_context):
415 scale, unscaled = _read_decimal_parts(read_context)
416 return _decimal_from_parts(scale, unscaled)
417
418
419class PandasRangeIndexSerializer(Serializer):

Calls 2

_read_decimal_partsFunction · 0.85
_decimal_from_partsFunction · 0.85