Searched defs:language_map (Results 1 – 3 of 3) sorted by relevance
| /external/python/setuptools/setuptools/_distutils/ | ||
| D | ccompiler.py | 77 language_map = {".c" : "c", variable in CCompiler |
| /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 |