Searched defs:language_map (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/distutils/ | ||
D | ccompiler.py | 85 language_map = {".c" : "c", variable in CCompiler |
/external/python/cpython3/Lib/distutils/ | ||
D | ccompiler.py | 77 language_map = {".c" : "c", variable in CCompiler |