class LinePrecisionReporter(AbstractReporter): (source)
Report per-module line counts for typing precision.
Each line is classified into one of these categories:
The meaning of these categories varies slightly depending on context.
Method | __init__ |
Undocumented |
Method | on_file |
Undocumented |
Method | on_finish |
Undocumented |
Instance Variable | files |
Undocumented |
Inherited from AbstractReporter
:
Instance Variable | output_dir |
Undocumented |
mypy.report.AbstractReporter.__init__
Undocumented
Parameters | |
reports:Reports | Undocumented |
output_dir:str | Undocumented |
mypy.report.AbstractReporter.on_file
Undocumented
Parameters | |
tree:MypyFile | Undocumented |
modules:Dict[ | Undocumented |
type_map:Dict[ | Undocumented |
options:Options | Undocumented |