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

Method _getconfigure1

Lib/tkinter/__init__.py:1825–1827  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1823 return cnf
1824
1825 def _getconfigure1(self, *args):
1826 x = self.tk.splitlist(self.tk.call(*args))
1827 return (x[0][1:],) + x[1:]
1828
1829 def _configure(self, cmd, cnf, kw):
1830 """Internal function."""

Callers 3

tk_busy_configureMethod · 0.95
_configureMethod · 0.95
paneconfigureMethod · 0.80

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by

no test coverage detected