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

/external/python/cpython2/Lib/
H A Dsysconfig.py190 def _parse_makefile(filename, vars=None): function
292 _parse_makefile(makefile, vars)
/external/python/cpython3/Lib/
H A Dsysconfig.py208 def _parse_makefile(filename, vars=None): function
361 _parse_makefile(makefile, vars)
/external/python/cpython3/Lib/test/
H A Dtest_sysconfig.py430 vars = sysconfig._parse_makefile(TESTFN)

Completed in 105 milliseconds