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

Method test_method

asv_bench/benchmarks/rolling.py:135–139  ·  view source on GitHub ↗
(self, constructor, dtype, window_kwargs, function, parallel, cols)

Source from the content-addressed store, hash-verified

133 )
134
135 def test_method(self, constructor, dtype, window_kwargs, function, parallel, cols):
136 with warnings.catch_warnings(record=True):
137 self.window.apply(
138 function, raw=True, engine="numba", engine_kwargs={"parallel": parallel}
139 )
140
141
142class EWMMethods:

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected