MCPcopy
hub / github.com/pandas-dev/pandas / setup

Method setup

asv_bench/benchmarks/index_object.py:74–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72
73class Range:
74 def setup(self):
75 self.idx_inc = RangeIndex(start=0, stop=10**6, step=3)
76 self.idx_dec = RangeIndex(start=10**6, stop=-1, step=-3)
77
78 def time_max(self):
79 self.idx_inc.max()

Callers

nothing calls this directly

Calls 1

RangeIndexClass · 0.90

Tested by

no test coverage detected