MCPcopy Index your code
hub / github.com/plotly/plotly.py / constructor

Function constructor

tests/test_optional/test_px/conftest.py:42–43  ·  view source on GitHub ↗
(request: pytest.FixtureRequest)

Source from the content-addressed store, hash-verified

40
41@pytest.fixture(params=constructors)
42def constructor(request: pytest.FixtureRequest):
43 return request.param # type: ignore[no-any-return]
44
45
46@pytest.fixture(params=["pandas", "pyarrow", "polars"])

Calls

no outgoing calls

Tested by

no test coverage detected