Searched refs:ltuple (Results 1 – 2 of 2) sorted by relevance
262 def _list_from_layouttuple(tk, ltuple): argument265 ltuple = tk.splitlist(ltuple)269 while indx < len(ltuple):270 name = ltuple[indx]275 while indx < len(ltuple): # grab name's options276 opt, val = ltuple[indx:indx + 2]
375 ltuple = (382 self.assertEqual(ttk._list_from_layouttuple(tk, ltuple),