Home | History | Annotate | Download | only in clinic

Lines Matching defs:extensions

1631 # "extensions" maps the file extension ("c", "py").
1633 extensions = { name: CLanguage for name in "c cc cpp cxx h hh hpp hxx".split() }
1634 extensions['py'] = PythonLanguage
1906 language = extensions[extension](filename)