Home
last modified time | relevance | path

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

/third_party/benchmark/
Dsetup.py73 sysconfig.get_python_inc().replace(os.path.sep, posixpath.sep),
/third_party/python/Lib/distutils/tests/
Dtest_build_ext.py192 py_include = sysconfig.get_python_inc()
196 plat_py_include = sysconfig.get_python_inc(plat_specific=1)
/third_party/python/Lib/distutils/command/
Dbuild_ext.py150 py_include = sysconfig.get_python_inc()
151 plat_py_include = sysconfig.get_python_inc(plat_specific=1)
/third_party/python/Lib/distutils/
Dsysconfig.py269 def get_python_inc(plat_specific=0, prefix=None): function
/third_party/python/Doc/distutils/
Dsetupscript.rst275 from distutils.sysconfig import get_python_inc
276 incdir = os.path.join(get_python_inc(plat_specific=1), 'Numerical')
Dapiref.rst1519 .. function:: get_python_inc([plat_specific[, prefix]])
/third_party/python/Doc/library/
Dzipapp.rst364 >>> cc.add_include_dir(distutils.sysconfig.get_python_inc())
/third_party/libxml2/
Dconfigure.ac835 PYTHON_INCLUDES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_inc())"`
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1144 @@ -279,7 +310,7 @@ def get_python_inc(plat_specific=0, prefix=None):
/third_party/chromium/patch/
D0001-cve.patch100301 - PYTHON_INCLUDES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_inc())"`
137547 - PYTHON_INCLUDES=`$PYTHON -c "from distutils import sysconfig; print(sysconfig.get_python_inc())"`