Home
last modified time | relevance | path

Searched defs:project_base (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dsysconfig.py28 project_base = os.path.dirname(os.path.abspath(sys.executable)) variable
30 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir)) variable
33 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable
37 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable
43 project_base = os.path.normpath(os.environ["_PYTHON_PROJECT_BASE"]) variable