Home
last modified time | relevance | path

Searched refs:pythonpath_env (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dinitconfig.h184 wchar_t *pythonpath_env; member
/third_party/python/Python/
Dinitconfig.c704 CLEAR(config->pythonpath_env); in PyConfig_Clear()
957 COPY_WSTR_ATTR(pythonpath_env); in _PyConfig_Copy()
1072 SET_ITEM_WSTR(pythonpath_env); in _PyConfig_AsDict()
1375 GET_WSTR_OPT(pythonpath_env); in _PyConfig_FromDict()
1660 if (config->pythonpath_env == NULL) { in config_read_env_vars()
1661 status = CONFIG_GET_ENV_DUP(config, &config->pythonpath_env, in config_read_env_vars()
3085 DUMP_CONFIG("PYTHONPATH", pythonpath_env); in _Py_DumpPathConfig()
/third_party/python/Lib/test/
Dtest_embed.py687 pythonpath_env = expected['pythonpath_env']
688 if pythonpath_env is not None:
689 paths = pythonpath_env.split(os.path.pathsep)
Dtest_getpath.py866 pythonpath_env=None,
/third_party/python/Doc/c-api/
Dinit_config.rst899 .. c:member:: wchar_t* pythonpath_env
1401 * :c:member:`PyConfig.pythonpath_env`