Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ __setitem__
Method
__setitem__
pandas/io/pytables.py:616–617 ·
view source on GitHub ↗
(self, key: str, value)
Source
from the content-addressed store, hash-verified
614
return
self.get(key)
615
616
def
__setitem__(self, key: str, value) -> None:
617
self.put(key, value)
618
619
def
__delitem__(self, key: str) -> int | None:
620
return
self.remove(key)
Callers
nothing calls this directly
Calls
1
put
Method · 0.95
Tested by
no test coverage detected