Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dinitconfig.h443 PyAPI_FUNC(PyStatus) PyConfig_SetArgv(PyConfig *config,
/external/python/cpython3/PC/
Dpython_uwp.cpp198 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
/external/python/cpython3/Modules/
Dmain.c60 status = PyConfig_SetArgv(&config, args->argc, args->wchar_argv); in pymain_init()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst24 * :c:func:`PyConfig_SetArgv`
369 .. c:function:: PyStatus PyConfig_SetArgv(PyConfig *config, int argc, wchar_t * const *argv)
409 Moreover, if :c:func:`PyConfig_SetArgv` or :c:func:`PyConfig_SetBytesArgv`
/external/python/cpython3/Programs/
D_testembed.c342 PyStatus status = PyConfig_SetArgv(config, argc, argv); in config_set_argv()
/external/python/cpython3/Python/
Dinitconfig.c2467 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in PyConfig_SetArgv() function
/external/python/cpython3/Doc/whatsnew/
D3.8.rst312 * :c:func:`PyConfig_SetArgv`