Home
last modified time | relevance | path

Searched refs:_PyConfig_InitPathConfig (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_initconfig.h155 extern PyStatus _PyConfig_InitPathConfig(
/third_party/python/Python/
Dpathconfig.c430 _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config) in _PyConfig_InitPathConfig() function
Dpylifecycle.c1082 status = _PyConfig_InitPathConfig(&interp->config, 1); in init_interp_main()
Dinitconfig.c2146 status = _PyConfig_InitPathConfig(config, compute_path_config); in config_read()