Home
last modified time | relevance | path

Searched refs:obj_res (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_tkinter.c2341 Tcl_Obj *obj_res; in PythonCmd() local
2368 obj_res = AsObj(res); in PythonCmd()
2369 if (obj_res == NULL) { in PythonCmd()
2374 Tcl_SetObjResult(interp, obj_res); in PythonCmd()
/external/python/cpython2/Modules/
D_tkinter.c2453 Tcl_Obj *obj_res; in PythonCmd() local
2479 obj_res = AsObj(res); in PythonCmd()
2480 if (obj_res == NULL) { in PythonCmd()
2485 Tcl_SetObjResult(interp, obj_res); in PythonCmd()