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