The mypy html report created with the --html-report option shows the type checked source code with green, yellow, and red background colours. It also shows tooltips when hovering over yellow and red lines, saying things like "Any Types on this line: Unannotated (x1)", "Any Types on this line: Explicit (x6) Unannotated (x2)", and "Any Types on this line: Omitted Generics (x3)".
Is there documentation that explains what this all means? I haven't been able to find it at https://mypy.readthedocs.io/
from Legenda or documentation for the mypy html report?
No comments:
Post a Comment