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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dsysconfig.py61 def get_python_inc(plat_specific=0, prefix=None): function
196 inc_dir = get_python_inc(plat_specific=1)
445 g['INCLUDEPY'] = get_python_inc(plat_specific=0)
464 g['INCLUDEPY'] = get_python_inc(plat_specific=0)

Completed in 28 milliseconds