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

1 2 34 5 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 52 except Tkinter.TclError as msg:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialog.py 53 except TclError:
WidgetRedirector.py 86 except TclError:
macosxSupport.py 75 except Tkinter.TclError:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 52 except Tkinter.TclError as msg:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
redemo.py 117 except TclError:
121 except TclError:
  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError
69 except TclError:
SearchEngine.py 3 from Tkinter import StringVar, BooleanVar, TclError
218 except TclError:
SearchDialog.py 52 except TclError:
macosxSupport.py 108 except Tkinter.TclError:
  /external/python/cpython2/Lib/idlelib/idle_test/
test_text.py 5 from _tkinter import TclError
175 self.assertRaises(TclError, compare, '2.2', 'op', '2.2')
  /external/python/cpython2/Tools/scripts/
redemo.py 118 except TclError:
122 except TclError:
  /external/python/cpython2/Demo/tkinter/guido/
rmt.py 142 except TclError:
ManPage.py 98 except TclError, msg:
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_images.py 293 self.assertRaises(tkinter.TclError, image.get, -1, 0)
294 self.assertRaises(tkinter.TclError, image.get, 0, -1)
295 self.assertRaises(tkinter.TclError, image.get, 16, 15)
296 self.assertRaises(tkinter.TclError, image.get, 15, 16)
test_font.py 18 except tkinter.TclError:
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
support.py 19 except tkinter.TclError:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py 86 except TclError:
macosxSupport.py 75 except Tkinter.TclError:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WidgetRedirector.py 86 except TclError:
macosxSupport.py 75 except Tkinter.TclError:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py 86 except TclError:
macosxSupport.py 75 except Tkinter.TclError:
  /external/python/cpython2/Lib/lib-tk/test/
widget_tests.py 81 with self.assertRaises(tkinter.TclError) as cm:
89 with self.assertRaises(tkinter.TclError) as cm:
  /external/python/cpython2/Lib/lib-tk/
tkFont.py 34 Raises _Tkinter.TclError if the assertion is false.
83 raise Tkinter._tkinter.TclError, "named font %s does not already exist" % (self.name,)
88 # create new font (raises TclError if the font exists)

Completed in 1108 milliseconds

1 2 34 5 6 7