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

Function test_copy

pandas/tests/test_col.py:368–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366
367
368def test_copy():
369 with pytest.raises(TypeError, match="Expression objects are not copiable"):
370 copy.copy(pd.col("a"))
371
372
373def test_deepcopy():

Callers

nothing calls this directly

Calls 3

colMethod · 0.80
raisesMethod · 0.45
copyMethod · 0.45

Tested by

no test coverage detected