Home
last modified time | relevance | path

Searched defs:language_map (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dccompiler.py85 language_map = {".c" : "c", variable in CCompiler
/external/python/cpython3/Lib/distutils/
Dccompiler.py77 language_map = {".c" : "c", variable in CCompiler