Searched refs:project_base (Results 1 – 1 of 1) sorted by relevance
28 project_base = os.path.dirname(os.path.abspath(sys.executable)) variable29 if os.name == "nt" and "pcbuild" in project_base[-8:].lower():30 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir)) variable32 if os.name == "nt" and "\\pc\\v" in project_base[-10:].lower():33 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable36 if os.name == "nt" and "\\pcbuild\\amd64" in project_base[-14:].lower():37 project_base = os.path.abspath(os.path.join(project_base, os.path.pardir, variable43 project_base = os.path.normpath(os.environ["_PYTHON_PROJECT_BASE"]) variable52 if os.path.isfile(os.path.join(project_base, "Modules", fn)):229 inc_dir = os.path.join(project_base, "PC")[all …]