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

Method _getconfigure

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1689–1695  ·  view source on GitHub ↗

Call Tcl configure command and return the result as a dict.

(self, *args)

Source from the content-addressed store, hash-verified

1687 root.report_callback_exception(exc, val, tb)
1688
1689 def _getconfigure(self, *args):
1690 """Call Tcl configure command and return the result as a dict."""
1691 cnf = {}
1692 for x in self.tk.splitlist(self.tk.call(*args)):
1693 x = self.tk.splitlist(x)
1694 cnf[x[0][1:]] = (x[0][1:],) + x[1:]
1695 return cnf
1696
1697 def _getconfigure1(self, *args):
1698 x = self.tk.splitlist(self.tk.call(*args))

Callers 9

_configureMethod · 0.95
tix_configureMethod · 0.80
configMethod · 0.80
header_configureMethod · 0.80
indicator_configureMethod · 0.80
item_configureMethod · 0.80
entryconfigureMethod · 0.80
paneconfigureMethod · 0.80
paneconfigureMethod · 0.80

Calls 1

callMethod · 0.80

Tested by

no test coverage detected