HomeSort by relevance Sort by last modified time
    Searched refs:_PyPathConfig_INIT (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Include/internal/
pystate.h 49 /* Set by Py_SetPath(), or computed by _PyPathConfig_Init() */
57 #define _PyPathConfig_INIT {.module_search_path = NULL}
58 /* Note: _PyPathConfig_INIT sets other fields to 0/NULL */
  /external/python/cpython3/Python/
pathconfig.c 13 _PyPathConfig _Py_path_config = _PyPathConfig_INIT;
50 _PyPathConfig_Init(const _PyCoreConfig *core_config)
58 _PyPathConfig new_config = _PyPathConfig_INIT;
116 err = _PyPathConfig_Init(&config);

Completed in 76 milliseconds