Home
last modified time | relevance | path

Searched refs:is_python_build (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Lib/distutils/
Dsysconfig.py39 is_python_build,
65 _python_build = partial(is_python_build, check_home=True)
/third_party/python/Lib/venv/
D__init__.py262 if sysconfig.is_python_build() or not os.path.isfile(srcfn):
313 if sysconfig.is_python_build():
328 if sysconfig.is_python_build():
/third_party/python/Tools/scripts/
Dgenerate_stdlib_module_names.py172 if not sysconfig.is_python_build():
/third_party/python/Lib/test/
Dtest_asdl_parser.py13 if not sysconfig.is_python_build():
Dtest_venv.py271 ('is_python_build()', str(sysconfig.is_python_build())),
294 ('is_python_build()', str(sysconfig.is_python_build())),
598 if not ld_library_path or sysconfig.is_python_build():
Dtest_regrtest.py402 if not sysconfig.is_python_build():
648 @unittest.skipUnless(sysconfig.is_python_build(),
660 @unittest.skipUnless(sysconfig.is_python_build(),
Dtest_gdb.py55 if not sysconfig.is_python_build():
Dtest_pyexpat.py469 if (sysconfig.is_python_build()
Dtest_launcher.py168 if sysconfig.is_python_build():
Dtest_subprocess.py513 @unittest.skipIf(sysconfig.is_python_build(),
/third_party/python/Lib/
Dsysconfig.py219 def is_python_build(check_home=None): function
229 _PYTHON_BUILD = is_python_build()
/third_party/python/Lib/distutils/command/
Dinstall.py326 if sysconfig.is_python_build(True):
/third_party/python/Doc/library/
Dsysconfig.rst255 .. function:: is_python_build()
/third_party/python/Lib/test/libregrtest/
Dmain.py662 if sysconfig.is_python_build():
/third_party/python/Lib/test/support/
D__init__.py1501 if sysconfig.is_python_build():
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch1234 _python_build = partial(is_python_build, check_home=True)
2238 if sysconfig.is_python_build():
6410 +if sysconfig.is_python_build():
6574 + if not sysconfig.is_python_build():
/third_party/python/Doc/whatsnew/
D2.7.rst1786 * :func:`~sysconfig.is_python_build` returns true if you're running a