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

Method __init__

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

Source from the content-addressed store, hash-verified

420 __slots__ = "_cached"
421
422 def __init__(self, type_resolver):
423 import pandas as pd
424
425 super().__init__(type_resolver, pd.RangeIndex)
426
427 def write(self, write_context, value):
428 start = value.start

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected