Home | History | Annotate | Download | only in lib-tk

Lines Matching full:_flatten

93 def _flatten(tuple):
98 res = res + _flatten(item)
103 try: _flatten = _tkinter._flatten
114 for c in _flatten(cnfs):
423 + _flatten(args) + _flatten(kw.items()))
1246 self.tk.call(_flatten((self._w, cmd)))):
1251 self.tk.call(_flatten((self._w, cmd, '-'+cnf))))
1253 self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
2237 # XXX Should use _flatten on args
2243 args = _flatten(args)