Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_initconfig.h118 extern PyStatus _PyPreCmdline_SetConfig(
/third_party/python/Python/
Dpreconfig.c159 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig() function
Dinitconfig.c2656 status = _PyPreCmdline_SetConfig(precmdline, config); in core_read_precmdline()