Home
last modified time | relevance | path

Searched refs:PyConfig_SetArgv (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Programs/
D_bootstrap_python.c77 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
D_testembed.c451 PyStatus status = PyConfig_SetArgv(config, argc, argv); in config_set_argv()
/third_party/python/Include/cpython/
Dinitconfig.h238 PyAPI_FUNC(PyStatus) PyConfig_SetArgv(PyConfig *config,
/third_party/python/PC/
Dpython_uwp.cpp222 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
/third_party/python/Modules/
Dmain.c61 status = PyConfig_SetArgv(&config, args->argc, args->wchar_argv); in pymain_init()
/third_party/python/Doc/c-api/
Dinit_config.rst457 .. 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/
Dinitconfig.c2880 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in PyConfig_SetArgv() function
/third_party/python/Doc/whatsnew/
D3.8.rst314 * :c:func:`PyConfig_SetArgv`