(self, *args)
| 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.""" |
no test coverage detected