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

Method _getconfigure1

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

Source from the content-addressed store, hash-verified

1796 return cnf
1797
1798 def _getconfigure1(self, *args):
1799 x = self.tk.splitlist(self.tk.call(*args))
1800 return (x[0][1:],) + x[1:]
1801
1802 def _configure(self, cmd, cnf, kw):
1803 """Internal function."""

Callers 3

tk_busy_configureMethod · 0.95
_configureMethod · 0.95
paneconfigureMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected