Home
last modified time | relevance | path

Searched refs:python_dir (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c143 char python_dir[MAX_PATH]; variable
633 wsprintf(buffer, "PYTHONHOME=%s", python_dir); in LoadPythonDll()
1611 strcpy(python_dir, ""); in SelectPythonDlgProc()
1627 strcpy(python_dir, ivi->prefix); in SelectPythonDlgProc()
1628 SetDlgItemText(hwnd, IDC_PATH, python_dir); in SelectPythonDlgProc()
1656 strcpy(install_path, python_dir); in SelectPythonDlgProc()
1899 if (python_dir[strlen(python_dir)-1] != '\\') in InstallFilesDlgProc()
1900 strcat(python_dir, "\\"); in InstallFilesDlgProc()
1902 python_dir[strlen(python_dir)-1] = '\0'; in InstallFilesDlgProc()
1906 if (!OpenLogfile(python_dir)) in InstallFilesDlgProc()
[all …]
/external/python/cpython3/Lib/venv/
D__init__.py120 context.python_dir = dirname
172 f.write('home = %s\n' % context.python_dir)
255 dirname = context.python_dir
295 for root, dirs, files in os.walk(context.python_dir):
/external/python/cpython3/Lib/distutils/
Dsysconfig.py294 python_dir = 'python' + get_python_version() + build_flags
295 return os.path.join(prefix, "include", python_dir)
/external/python/setuptools/setuptools/_distutils/
Dsysconfig.py118 python_dir = implementation + get_python_version() + build_flags
119 return os.path.join(prefix, "include", python_dir)
/external/python/cpython3/Lib/test/
Dtest_subprocess.py440 python_dir, python_base = self._split_python_path()
449 python_dir = self._normalize_cwd(python_dir)
450 self._assert_cwd(python_dir, rel_python, cwd=python_dir)
456 python_dir, python_base = self._split_python_path()
467 python_dir = self._normalize_cwd(python_dir)
468 self._assert_cwd(python_dir, doesntexist, executable=rel_python,
469 cwd=python_dir)
474 python_dir, python_base = self._split_python_path()
475 abs_python = os.path.join(python_dir, python_base)
488 python_dir, python_base = self._split_python_path()
[all …]
Dtest_sys.py699 python_dir = os.path.dirname(os.path.realpath(sys.executable))
703 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
/external/python/cpython2/Lib/test/
Dtest_sys.py482 python_dir = os.path.dirname(os.path.realpath(sys.executable))
485 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
Dtest_subprocess.py195 python_dir = os.path.dirname(os.path.realpath(sys.executable))
198 executable=sys.executable, cwd=python_dir)
/external/python/cpython3/Doc/tools/
Dsusp-ignored.csv119 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
120 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
/external/python/cpython3/Doc/library/
Dconfigparser.rst406 python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}