Home
last modified time | relevance | path

Searched refs:Tkinter_TclError (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tkinter.c326 static PyObject *Tkinter_TclError; variable
345 PyErr_SetObject(Tkinter_TclError, res); in Tkinter_Error()
1449 PyErr_SetObject(Tkinter_TclError, exc_value); in Tkapp_Call()
2375 PyErr_SetString(Tkinter_TclError, "can't create Tcl command"); in _tkinter_tkapp_createcommand_impl()
2426 PyErr_SetString(Tkinter_TclError, "can't delete Tcl command"); in _tkinter_tkapp_deletecommand_impl()
2832 PyErr_SetString(Tkinter_TclError, TKINTER_LOADTK_ERRMSG); in _tkinter_tkapp_loadtk_impl()
3294 Tkinter_TclError = o; in PyInit__tkinter()

Completed in 4 milliseconds