MCPcopy
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_versionFunction · 0.45
test_submoduleFunction · 0.45
test_no_version_raisesFunction · 0.45
test_backend_is_correctFunction · 0.45
test_register_entrypointFunction · 0.45
test_extra_kinds_okFunction · 0.45
test_reasonable_errorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected