MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / config

Method config

tools/python-3.11.9-amd64/Lib/tkinter/tix.py:507–509  ·  view source on GitHub ↗
(self, cnf={}, **kw)

Source from the content-addressed store, hash-verified

505 self.tk.call(self.stylename, 'configure', '-%s'%key, value)
506
507 def config(self, cnf={}, **kw):
508 return self._getconfigure(
509 self.stylename, 'configure', *self._options(cnf,kw))
510
511 def __getitem__(self,key):
512 return self.tk.call(self.stylename, 'cget', '-%s'%key)

Callers

nothing calls this directly

Calls 2

_optionsMethod · 0.95
_getconfigureMethod · 0.80

Tested by

no test coverage detected