Searched refs:show_cmd (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_startfile.py | 42 startfile(name, arguments="-V", cwd=cwd, show_cmd=0)
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 7205 " arguments=<unrepresentable>, cwd=None, show_cmd=1)\n" 7224 "\"show_cmd\" can be used to override the recommended visibility option.\n" 7241 path_t *cwd, int show_cmd); 7247 static const char * const _keywords[] = {"filepath", "operation", "arguments", "cwd", "show_cmd", NULL}; in os_startfile() 7255 int show_cmd = 1; in os_startfile() local 7309 show_cmd = _PyLong_AsInt(args[4]); in os_startfile() 7310 if (show_cmd == -1 && PyErr_Occurred()) { in os_startfile() 7314 return_value = os_startfile_impl(module, &filepath, operation, arguments, &cwd, show_cmd); in os_startfile()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 12695 show_cmd: int = 1 12713 "show_cmd" can be used to override the recommended visibility option. 12728 path_t *cwd, int show_cmd) in os_startfile_impl() 12745 show_cmd) < 0) { in os_startfile_impl() 12751 arguments, cwd->wide, show_cmd); in os_startfile_impl() 12726 os_startfile_impl(PyObject *module, path_t *filepath, const Py_UNICODE *operation, const Py_UNICODE *arguments, path_t *cwd, int show_cmd) os_startfile_impl() argument
|
Completed in 31 milliseconds