Searched refs:PyConfig_SetArgv (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 230 PyAPI_FUNC(PyStatus) PyConfig_SetArgv(PyConfig *config,
|
/external/python/cpython3/PC/ |
D | python_uwp.cpp | 198 status = PyConfig_SetArgv(&config, argc, argv); in wmain()
|
/external/python/cpython3/Modules/ |
D | main.c | 60 status = PyConfig_SetArgv(&config, args->argc, args->wchar_argv); in pymain_init()
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 358 PyStatus status = PyConfig_SetArgv(config, argc, argv); in config_set_argv()
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 455 .. c:function:: PyStatus PyConfig_SetArgv(PyConfig *config, int argc, wchar_t * const *argv) 511 Moreover, if :c:func:`PyConfig_SetArgv` or :c:func:`PyConfig_SetBytesArgv`
|
/external/python/cpython3/Python/ |
D | initconfig.c | 2796 PyConfig_SetArgv(PyConfig *config, Py_ssize_t argc, wchar_t * const *argv) in PyConfig_SetArgv() function
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.8.rst | 312 * :c:func:`PyConfig_SetArgv`
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 105 …<elf-symbol name='PyConfig_SetArgv' type='func-type' binding='global-binding' visibility='default-… 15991 …PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='./Python/initconfig.c' line='2796' col… 19288 …<function-decl name='PyConfig_SetArgv' mangled-name='PyConfig_SetArgv' filepath='./Include/cpython…
|