Home
last modified time | relevance | path

Searched refs:PythonCmd (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c2229 PythonCmd(ClientData clientData, Tcl_Interp *interp, in PythonCmd() function
2304 ev->interp, ev->name, PythonCmd, in Tkapp_CommandProc()
2370 Tkapp_Interp(self), name, PythonCmd, in _tkinter_tkapp_createcommand_impl()
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c2448 PythonCmd(ClientData clientData, Tcl_Interp *interp, int argc, char *argv[]) in PythonCmd() function
2529 ev->interp, ev->name, PythonCmd, in Tkapp_CommandProc()
2595 Tkapp_Interp(self), cmdName, PythonCmd, in Tkapp_CreateCommand()
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst3601 argument given to the PythonCmd in place of the Tcl interpreter taken from a
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY10195 With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
10196 IDLE to exit. Converted to valid Unicode null in PythonCmd().
15546 guaranteed to be safe interp argument given to the PythonCmd in place of