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

Method time_asof_single_early

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

Source from the content-addressed store, hash-verified

225 # test speed of the code path for a scalar index
226 # before the start. should be the same as above.
227 def time_asof_single_early(self, constructor):
228 self.ts.asof(self.date_early)
229
230 # test the speed of the code path for a scalar index
231 # with a long *while* loop. should still be much

Callers

nothing calls this directly

Calls 1

asofMethod · 0.45

Tested by

no test coverage detected