Searched refs:ltuple (Results 1 – 2 of 2) sorted by relevance
261 def _list_from_layouttuple(tk, ltuple): argument264 ltuple = tk.splitlist(ltuple)268 while indx < len(ltuple):269 name = ltuple[indx]274 while indx < len(ltuple): # grab name's options275 opt, val = ltuple[indx:indx + 2]
378 ltuple = (385 self.assertEqual(ttk._list_from_layouttuple(tk, ltuple),