HomeSort by relevance Sort by last modified time
    Searched refs:TclError (Results 26 - 50 of 151) sorted by null

12 3 4 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_guionly.py 19 from _tkinter import TclError
23 except TclError, msg:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ttk_guionly.py 19 from _tkinter import TclError
23 except TclError, msg:
  /external/python/cpython2/Lib/test/
test_tcl.py 13 from _tkinter import TclError
59 self.assertRaises(TclError,tcl.eval,'set a')
63 self.assertRaises(TclError,tcl.eval,'this is wrong')
72 self.assertRaises(TclError,tcl.call,'set','a')
76 self.assertRaises(TclError,tcl.call,'this','is','wrong')
100 self.assertRaises(TclError,tcl.getvar,'a')
104 self.assertRaises(TclError,tcl.getvar,'a(1)')
125 self.assertRaises(TclError,tcl.unsetvar,'a')
148 self.assertRaises(TclError, tcl.getint, str(2**1000))
153 self.assertRaises(TclError, tcl.getint, 'a'
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_geometry_managers.py 4 from Tkinter import TclError
29 with self.assertRaisesRegexp(TclError, 'window "%s" isn\'t packed' % b):
31 with self.assertRaisesRegexp(TclError, 'bad window path name ".foo"'):
62 with self.assertRaisesRegexp(TclError, 'window "%s" isn\'t packed' % b):
64 with self.assertRaisesRegexp(TclError, 'bad window path name ".foo"'):
111 with self.assertRaisesRegexp(TclError,
114 with self.assertRaisesRegexp(TclError, 'bad window path name ".foo"'):
229 with self.assertRaisesRegexp(TclError, 'window "%s" isn\'t packed' % a):
295 with self.assertRaisesRegexp(TclError, "can't place %s relative to "
300 with self.assertRaisesRegexp(TclError, 'bad window path name')
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_style.py 47 self.assertRaises(tkinter.TclError, style.layout, 'NotALayout')
64 self.assertRaises(tkinter.TclError, style.layout, 'Treeview',
69 self.assertRaises(tkinter.TclError, self.style.theme_use,
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout')
63 self.assertRaises(Tkinter.TclError, style.layout, 'Treeview',
68 self.assertRaises(Tkinter.TclError, self.style.theme_use,
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout')
63 self.assertRaises(Tkinter.TclError, style.layout, 'Treeview',
68 self.assertRaises(Tkinter.TclError, self.style.theme_use,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout')
63 self.assertRaises(Tkinter.TclError, style.layout, 'Treeview',
68 self.assertRaises(Tkinter.TclError, self.style.theme_use,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_style.py 46 self.assertRaises(Tkinter.TclError, style.layout, 'NotALayout')
63 self.assertRaises(Tkinter.TclError, style.layout, 'Treeview',
68 self.assertRaises(Tkinter.TclError, self.style.theme_use,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tk.py 12 except Tkinter.TclError, msg:
  /external/python/cpython2/Lib/lib-tk/
Dialog.py 24 except TclError: pass
tkCommonDialog.py 21 raise TclError, "this module requires Tk 4.2 or newer"
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Dialog.py 24 except TclError: pass
tkCommonDialog.py 21 raise TclError, "this module requires Tk 4.2 or newer"
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Dialog.py 24 except TclError: pass
tkCommonDialog.py 21 raise TclError, "this module requires Tk 4.2 or newer"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 24 except TclError: pass
tkCommonDialog.py 21 raise TclError, "this module requires Tk 4.2 or newer"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 24 except TclError: pass
tkCommonDialog.py 21 raise TclError, "this module requires Tk 4.2 or newer"
  /external/python/cpython2/Demo/tkinter/guido/
electrons.py 56 except TclError:
59 except TclError:
  /external/python/cpython2/Lib/idlelib/
WindowList.py 27 except TclError:
87 except TclError:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 27 except TclError:
87 except TclError:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WindowList.py 27 except TclError:
87 except TclError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WindowList.py 27 except TclError:
87 except TclError:

Completed in 447 milliseconds

12 3 4 5 6 7