Home | History | Annotate | Download | only in Modules

Lines Matching full:woperation

8652     PyObject *woperation = NULL;
8660 woperation = PyUnicode_DecodeASCII(operation,
8662 if (!woperation) {
8670 rc = ShellExecuteW((HWND)0, woperation ? PyUnicode_AS_UNICODE(woperation) : 0,
8675 Py_XDECREF(woperation);