HomeSort by relevance Sort by last modified time
    Searched refs:_format_layoutlist (Results 1 - 8 of 8) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 220 return ttk._format_layoutlist(
243 self.assertEqual(ttk._format_layoutlist([])[0], '')
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
248 ttk._format_layoutlist([('a', '')], indent=0))
261 self.assertRaises(ValueError, ttk._format_layoutlist,
263 self.assertRaises(TypeError, ttk._format_layoutlist, None)
264 # _format_layoutlist always expects the second item (in every item)
267 ttk._format_layoutlist, [('a', 'b')])
269 self.assertRaises(ValueError, ttk._format_layoutlist,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 220 return ttk._format_layoutlist(
243 self.assertEqual(ttk._format_layoutlist([])[0], '')
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
248 ttk._format_layoutlist([('a', '')], indent=0))
261 self.assertRaises(ValueError, ttk._format_layoutlist,
263 self.assertRaises(TypeError, ttk._format_layoutlist, None)
264 # _format_layoutlist always expects the second item (in every item)
267 ttk._format_layoutlist, [('a', 'b')])
269 self.assertRaises(ValueError, ttk._format_layoutlist,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 220 return ttk._format_layoutlist(
243 self.assertEqual(ttk._format_layoutlist([])[0], '')
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
248 ttk._format_layoutlist([('a', '')], indent=0))
261 self.assertRaises(ValueError, ttk._format_layoutlist,
263 self.assertRaises(TypeError, ttk._format_layoutlist, None)
264 # _format_layoutlist always expects the second item (in every item)
267 ttk._format_layoutlist, [('a', 'b')])
269 self.assertRaises(ValueError, ttk._format_layoutlist,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 220 return ttk._format_layoutlist(
243 self.assertEqual(ttk._format_layoutlist([])[0], '')
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
248 ttk._format_layoutlist([('a', '')], indent=0))
261 self.assertRaises(ValueError, ttk._format_layoutlist,
263 self.assertRaises(TypeError, ttk._format_layoutlist, None)
264 # _format_layoutlist always expects the second item (in every item)
267 ttk._format_layoutlist, [('a', 'b')])
269 self.assertRaises(ValueError, ttk._format_layoutlist,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2): function
193 newscript, indent = _format_layoutlist(opts['children'], indent,
224 s, _ = _format_layoutlist(opts['layout'])
279 somewhat the reverse of _format_layoutlist."""
453 lspec = _format_layoutlist(layoutspec)[0]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2): function
193 newscript, indent = _format_layoutlist(opts['children'], indent,
224 s, _ = _format_layoutlist(opts['layout'])
279 somewhat the reverse of _format_layoutlist."""
453 lspec = _format_layoutlist(layoutspec)[0]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2): function
193 newscript, indent = _format_layoutlist(opts['children'], indent,
224 s, _ = _format_layoutlist(opts['layout'])
279 somewhat the reverse of _format_layoutlist."""
453 lspec = _format_layoutlist(layoutspec)[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2): function
193 newscript, indent = _format_layoutlist(opts['children'], indent,
224 s, _ = _format_layoutlist(opts['layout'])
279 somewhat the reverse of _format_layoutlist."""
453 lspec = _format_layoutlist(layoutspec)[0]
    [all...]

Completed in 45 milliseconds