Home
last modified time | relevance | path

Searched refs:_PyPreCmdline_SetConfig (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_initconfig.h115 extern PyStatus _PyPreCmdline_SetConfig(
/external/python/cpython3/Python/
Dpreconfig.c161 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig() function
Dinitconfig.c2327 status = _PyPreCmdline_SetConfig(precmdline, config); in core_read_precmdline()