Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dbuild_scripts.py97 if not _sysconfig.is_python_build():
/external/python/cpython2/Lib/
Dsysconfig.py123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
/external/python/cpython2/Lib/test/
Dtest_tools.py20 if not sysconfig.is_python_build():
Dtest_gdb.py82 if not sysconfig.is_python_build():
Dregrtest.py1661 if sysconfig.is_python_build():
Dtest_subprocess.py186 @unittest.skipIf(sysconfig.is_python_build(),
/external/python/cpython2/Doc/library/
Dsysconfig.rst205 .. function:: is_python_build()
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1762 * :func:`~sysconfig.is_python_build` returns true if you're running a