Home
last modified time | relevance | path

Searched refs:get_python_inc (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py193 py_include = sysconfig.get_python_inc()
197 plat_py_include = sysconfig.get_python_inc(plat_specific=1)
/third_party/python/Lib/distutils/command/
H A 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/
H A Dsysconfig.py264 def get_python_inc(plat_specific=0, prefix=None): function

Completed in 3 milliseconds