Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
368
def
test_copy():
369
with
pytest.raises(TypeError, match=
"Expression objects are not copiable"
):
370
copy.copy(pd.col(
"a"
))
371
372
373
def
test_deepcopy():
Callers
nothing calls this directly
Calls
3
col
Method · 0.80
raises
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected