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

Method time_asof_single

asv_bench/benchmarks/timeseries.py:222–223  ·  view source on GitHub ↗
(self, constructor)

Source from the content-addressed store, hash-verified

220 # test speed of the code path for a scalar index
221 # without *while* loop
222 def time_asof_single(self, constructor):
223 self.ts.asof(self.date)
224
225 # test speed of the code path for a scalar index
226 # before the start. should be the same as above.

Callers

nothing calls this directly

Calls 1

asofMethod · 0.45

Tested by

no test coverage detected