Searched refs:is_python_build (Results 1 – 17 of 17) sorted by relevance
| /third_party/python/Lib/distutils/ |
| D | sysconfig.py | 39 is_python_build, 65 _python_build = partial(is_python_build, check_home=True)
|
| /third_party/python/Lib/venv/ |
| D | __init__.py | 262 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/ |
| D | generate_stdlib_module_names.py | 172 if not sysconfig.is_python_build():
|
| /third_party/python/Lib/test/ |
| D | test_asdl_parser.py | 13 if not sysconfig.is_python_build():
|
| D | test_venv.py | 271 ('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():
|
| D | test_regrtest.py | 402 if not sysconfig.is_python_build(): 648 @unittest.skipUnless(sysconfig.is_python_build(), 660 @unittest.skipUnless(sysconfig.is_python_build(),
|
| D | test_gdb.py | 55 if not sysconfig.is_python_build():
|
| D | test_pyexpat.py | 469 if (sysconfig.is_python_build()
|
| D | test_launcher.py | 168 if sysconfig.is_python_build():
|
| D | test_subprocess.py | 513 @unittest.skipIf(sysconfig.is_python_build(),
|
| /third_party/python/Lib/ |
| D | sysconfig.py | 219 def is_python_build(check_home=None): function 229 _PYTHON_BUILD = is_python_build()
|
| /third_party/python/Lib/distutils/command/ |
| D | install.py | 326 if sysconfig.is_python_build(True):
|
| /third_party/python/Doc/library/ |
| D | sysconfig.rst | 255 .. function:: is_python_build()
|
| /third_party/python/Lib/test/libregrtest/ |
| D | main.py | 662 if sysconfig.is_python_build():
|
| /third_party/python/Lib/test/support/ |
| D | __init__.py | 1501 if sysconfig.is_python_build():
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1234 _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/ |
| D | 2.7.rst | 1786 * :func:`~sysconfig.is_python_build` returns true if you're running a
|