Searched defs:_tkinter (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py3 # Delay import _tkinter until we have set TCL_LIBRARY,
65 import _tkinter namespace
66 ver = str(_tkinter.TCL_VERSION)
H A DTix.py36 import _tkinter # If this fails your Python may not be configured for Tk namespace
H A DTkinter.py39 import _tkinter # If this fails your Python may not be configured for Tk namespace
40 tkinter = _tkinter # b/w compat for export
41 TclError = _tkinter.TclError
48 TkVersion = float(_tkinter.TK_VERSION)
49 TclVersion = float(_tkinter.TCL_VERSION)
51 READABLE = _tkinter.READABLE
52 WRITABLE = _tkinter.WRITABLE
53 EXCEPTION = _tkinter.EXCEPTION
56 try: _tkinter.createfilehandler
57 except AttributeError: _tkinter
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py3 # Delay import _tkinter until we have set TCL_LIBRARY,
65 import _tkinter namespace
66 ver = str(_tkinter.TCL_VERSION)
H A DTix.py36 import _tkinter # If this fails your Python may not be configured for Tk namespace
H A DTkinter.py39 import _tkinter # If this fails your Python may not be configured for Tk namespace
40 tkinter = _tkinter # b/w compat for export
41 TclError = _tkinter.TclError
48 TkVersion = float(_tkinter.TK_VERSION)
49 TclVersion = float(_tkinter.TCL_VERSION)
51 READABLE = _tkinter.READABLE
52 WRITABLE = _tkinter.WRITABLE
53 EXCEPTION = _tkinter.EXCEPTION
56 try: _tkinter.createfilehandler
57 except AttributeError: _tkinter
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tcl.py9 # Skip this test if the _tkinter module wasn't built.
10 _tkinter = test_support.import_module('_tkinter') variable
13 from _tkinter import TclError
20 self.assertRaises(TypeError, _tkinter._flatten, True)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_tcl.py9 # Skip this test if the _tkinter module wasn't built.
10 _tkinter = test_support.import_module('_tkinter') variable
13 from _tkinter import TclError
20 self.assertRaises(TypeError, _tkinter._flatten, True)

Completed in 143 milliseconds