Medial Code Documentation
|
Public Member Functions | |
__init__ (self) | |
process_cpp (self, path, suffix) | |
process_python (self, path) | |
print_summary (self, strm) | |
Data Fields | |
project_name | |
cpp_header_map | |
cpp_src_map | |
python_map | |
pylint_opts | |
pylint_cats | |
Static Protected Member Functions | |
_print_summary_map (strm, result_map, ftype) | |
Class to help runing the lint and records summary
|
staticprotected |
Print summary of certain result map.
lint.LintHelper.print_summary | ( | self, | |
strm | |||
) |
Print summary of lint.
lint.LintHelper.process_cpp | ( | self, | |
path, | |||
suffix | |||
) |
Process a cpp file.
lint.LintHelper.process_python | ( | self, | |
path | |||
) |
Process a python file.