Searched refs:_format_layoutlist (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_ttk_textonly.py | 232 return ttk._format_layoutlist( 255 self.assertEqual(ttk._format_layoutlist([])[0], '') 257 # _format_layoutlist always expects the second item (in every item) 260 ttk._format_layoutlist, [('a', 'b')]) 262 smallest = ttk._format_layoutlist([('a', None)], indent=0) 264 ttk._format_layoutlist([('a', '')], indent=0)) 277 self.assertRaises(ValueError, ttk._format_layoutlist, 280 self.assertRaises(AttributeError, ttk._format_layoutlist, 283 self.assertRaises(ValueError, ttk._format_layoutlist,
|
/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 133 def _format_layoutlist(layout, indent=0, indent_size=2): function 172 newscript, indent = _format_layoutlist(opts['children'], indent, 203 s, _ = _format_layoutlist(opts['layout']) 246 somewhat the reverse of _format_layoutlist.""" 426 lspec = _format_layoutlist(layoutspec)[0]
|
Completed in 3 milliseconds