Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_any
Method
time_any
asv_bench/benchmarks/series_methods.py:293–294 ·
view source on GitHub ↗
(self, N, case, dtype)
Source
from the content-addressed store, hash-verified
291
self.s = Series([val] * N, dtype=dtype)
292
293
def
time_any(self, N, case, dtype):
294
self.s.any()
295
296
297
class
NanOps:
Callers
nothing calls this directly
Calls
1
any
Method · 0.45
Tested by
no test coverage detected