Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ setitem
Method
setitem
pandas/tests/indexes/test_frozen.py:33–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
def
test_no_mutable_funcs(self, container):
33
def
setitem():
34
container[0] = 5
35
36
self.check_mutable_error(setitem)
37
Callers
9
test_bad_version
Function · 0.45
test_submodule
Function · 0.45
test_no_version_raises
Function · 0.45
test_backend_is_correct
Function · 0.45
test_backend_can_be_set_in_plot_call
Function · 0.45
test_register_entrypoint
Function · 0.45
test_setting_backend_without_plot_raises
Function · 0.45
test_extra_kinds_ok
Function · 0.45
test_reasonable_error
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected