Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
class
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
RangeIndex
Class · 0.90
Tested by
no test coverage detected