Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __setitem__
Method
__setitem__
Lib/tkinter/__init__.py:1866–1867 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
1864
__iter__ = None
# prevent using __getitem__ for iteration
1865
1866
def
__setitem__(self, key, value):
1867
self.configure({key: value})
1868
1869
def
keys(self):
1870
""
"Return a list of all option names of this widget."
""
Callers
nothing calls this directly
Calls
1
configure
Method · 0.95
Tested by
no test coverage detected