MCPcopy Index your code
hub / github.com/RustPython/RustPython / __setitem__

Method __setitem__

Lib/tkinter/__init__.py:1832–1833  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

1830 __getitem__ = cget
1831
1832 def __setitem__(self, key, value):
1833 self.configure({key: value})
1834
1835 def keys(self):
1836 """Return a list of all resource names of this widget."""

Callers

nothing calls this directly

Calls 1

configureMethod · 0.95

Tested by

no test coverage detected