Home
last modified time | relevance | path

Searched refs:ltuple (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/tkinter/
Dttk.py261 def _list_from_layouttuple(tk, ltuple): argument
264 ltuple = tk.splitlist(ltuple)
268 while indx < len(ltuple):
269 name = ltuple[indx]
274 while indx < len(ltuple): # grab name's options
275 opt, val = ltuple[indx:indx + 2]
/third_party/python/Lib/test/
Dtest_ttk_textonly.py378 ltuple = (
385 self.assertEqual(ttk._list_from_layouttuple(tk, ltuple),