Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
Dttk.py262 def _list_from_layouttuple(tk, ltuple): argument
265 ltuple = tk.splitlist(ltuple)
269 while indx < len(ltuple):
270 name = ltuple[indx]
275 while indx < len(ltuple): # grab name's options
276 opt, val = ltuple[indx:indx + 2]
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_functions.py375 ltuple = (
382 self.assertEqual(ttk._list_from_layouttuple(tk, ltuple),