Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dsysconfig.py41 is_python_build,
70 _python_build = partial(is_python_build, check_home=True)
/third_party/python/Lib/venv/
D__init__.py227 if sysconfig.is_python_build(True) or not os.path.isfile(srcfn):
278 if sysconfig.is_python_build(True):
293 if sysconfig.is_python_build(True):
/third_party/python/Tools/scripts/
Dgenerate_stdlib_module_names.py163 if not sysconfig.is_python_build():
/third_party/python/Lib/
Dsysconfig.py178 def is_python_build(check_home=False): function
183 _PYTHON_BUILD = is_python_build(True)
/third_party/python/Lib/test/
Dtest_asdl_parser.py13 if not sysconfig.is_python_build():
Dtest_regrtest.py395 if not sysconfig.is_python_build():
641 @unittest.skipUnless(sysconfig.is_python_build(),
653 @unittest.skipUnless(sysconfig.is_python_build(),
Dtest_gdb.py55 if not sysconfig.is_python_build():
Dtest_pyexpat.py469 … if sysconfig.is_python_build() and not (sys.platform == 'win32' and platform.machine() == 'ARM'):
Dtest_subprocess.py495 @unittest.skipIf(sysconfig.is_python_build(),
/third_party/python/Lib/distutils/command/
Dinstall.py326 if sysconfig.is_python_build(True):
/third_party/python/Doc/library/
Dsysconfig.rst240 .. function:: is_python_build()
/third_party/python/Lib/test/libregrtest/
Dmain.py594 if sysconfig.is_python_build():
/third_party/python/Lib/test/support/
D__init__.py1377 if sysconfig.is_python_build(True):
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1096 _python_build = partial(is_python_build, check_home=True)
1970 - if sysconfig.is_python_build(True):
1977 + if sysconfig.is_python_build(True) and not _POSIX_BUILD:
11010 + if sysconfig.is_python_build():
/third_party/python/Doc/whatsnew/
D2.7.rst1786 * :func:`~sysconfig.is_python_build` returns true if you're running a