API Reference
Contents:
Bases: object
object
Source code annotator for a function.
Methods
count_never_executed
Count statements that were never executed.
find_source_lines
Mark all executable source lines in fn as executed 0 times.
mark
Mark a given source line as executed count times.
Attributes
blank_rx
Return annotated source code for the function.
Multiple calls to mark for the same lineno add up.