Searched refs:PyConfig_SetArgv (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Programs/ |
| D | _bootstrap_python.c | 77 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
|
| D | _testembed.c | 451 PyStatus status = PyConfig_SetArgv(config, argc, argv); in config_set_argv()
|
| /third_party/python/Include/cpython/ |
| D | initconfig.h | 238 PyAPI_FUNC(PyStatus) PyConfig_SetArgv(PyConfig *config,
|
| /third_party/python/PC/ |
| D | python_uwp.cpp | 222 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
|
| /third_party/python/Modules/ |
| D | main.c | 61 status = PyConfig_SetArgv(&config, args->argc, args->wchar_argv); in pymain_init()
|
| /third_party/python/Doc/c-api/ |
| D | init_config.rst | 457 .. c:function:: PyStatus PyConfig_SetArgv(PyConfig *config, int argc, wchar_t * const *argv) 522 Moreover, if :c:func:`PyConfig_SetArgv` or :c:func:`PyConfig_SetBytesArgv`
|
| /third_party/python/Python/ |
| D | initconfig.c | 2880 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in PyConfig_SetArgv() function
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.8.rst | 314 * :c:func:`PyConfig_SetArgv`
|