Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dsysconfig.py30 project_base = os.path.abspath(os.environ["_PYTHON_PROJECT_BASE"]) variable
33 project_base = os.path.dirname(os.path.abspath(sys.executable)) variable
37 project_base = os.getcwd() variable
57 project_base = _fix_pcbuild(project_base) variable