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

Function constructor

pandas/tests/base/test_constructors.py:40–41  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

38 ids=["Series", "DataFrame-dict", "DataFrame-array", "Index"],
39)
40def constructor(request):
41 return request.param
42
43
44class TestPandasDelegate:

Calls

no outgoing calls

Tested by

no test coverage detected