MCPcopy Index your code
hub / github.com/python/cpython / __setitem__

Method __setitem__

Lib/tkinter/font.py:114–115  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

112 return self.cget(key)
113
114 def __setitem__(self, key, value):
115 self.configure(**{key: value})
116
117 __iter__ = None # prevent using __getitem__ for iteration
118

Callers

nothing calls this directly

Calls 1

configureMethod · 0.45

Tested by

no test coverage detected