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

Function method

pandas/tests/window/test_numba.py:30–32  ·  view source on GitHub ↗

method keyword in rolling/expanding/ewm constructor

(request)

Source from the content-addressed store, hash-verified

28
29@pytest.fixture(params=["single", "table"])
30def method(request):
31 """method keyword in rolling/expanding/ewm constructor"""
32 return request.param
33
34
35@pytest.fixture(

Calls

no outgoing calls

Tested by

no test coverage detected