Home
last modified time | relevance | path

Searched refs:_PyConfig_SetPyArgv (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h155 extern PyStatus _PyConfig_SetPyArgv(
/external/python/cpython3/Python/
Dinitconfig.c2441 _PyConfig_SetPyArgv(PyConfig *config, const _PyArgv *args) in _PyConfig_SetPyArgv() function
2462 return _PyConfig_SetPyArgv(config, &args); in PyConfig_SetBytesArgv()
2474 return _PyConfig_SetPyArgv(config, &args); in PyConfig_SetArgv()