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

/external/python/cpython2/Lib/distutils/
H A Dsysconfig.py66 def get_python_inc(plat_specific=0, prefix=None): function
233 inc_dir = get_python_inc(plat_specific=1)
412 g['INCLUDEPY'] = get_python_inc(plat_specific=0)
431 g['INCLUDEPY'] = get_python_inc(plat_specific=0)

Completed in 110 milliseconds