Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_max
Method
time_max
asv_bench/benchmarks/index_object.py:78–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
self.idx_dec = RangeIndex(start=10**6, stop=-1, step=-3)
77
78
def
time_max(self):
79
self.idx_inc.max()
80
81
def
time_max_trivial(self):
82
self.idx_dec.max()
Callers
nothing calls this directly
Calls
1
max
Method · 0.45
Tested by
no test coverage detected