Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpydebug.h14 PyAPI_DATA(int) Py_NoSiteFlag;
/third_party/python/Programs/
D_testembed.c444 Py_NoSiteFlag = 1; in test_init_global_config()
575 Py_NoSiteFlag = 0; in test_init_from_config()
909 Py_NoSiteFlag = 1; in set_all_global_config_variables()
979 Py_NoSiteFlag = 1; in check_init_python_config()
/third_party/python/Python/
Dinitconfig.c154 int Py_NoSiteFlag = 0; /* Suppress 'import site' */ variable
213 SET_ITEM_INT(Py_NoSiteFlag); in _Py_GetGlobalVariablesAsDict()
1411 COPY_NOT_FLAG(site_import, Py_NoSiteFlag); in config_get_global_vars()
1448 COPY_NOT_FLAG(site_import, Py_NoSiteFlag); in config_set_global_vars()
/third_party/python/Doc/c-api/
Dinit.rst177 .. c:var:: int Py_NoSiteFlag