![]() |
ATLAS Offline Software
|
Classes | |
| class | Coverage |
Functions | |
| _find_LINENO_from_code_22 (code) | |
| _find_LINENO_from_code_23 (code) | |
| _find_LINENO (code) | |
| find_executable_linenos (filename) | |
Variables | |
| int | running_coverage = 0 |
| _find_LINENO_from_code = _find_LINENO_from_code_22 | |
|
protected |
return all of the SET_LINENO information from a code object
Definition at line 112 of file coverage.py.
|
protected |
return all of the SET_LINENO information from a code block
Definition at line 70 of file coverage.py.
|
protected |
Definition at line 100 of file coverage.py.
| find_executable_linenos | ( | filename | ) |
return a dict of the line numbers from executable statements in a file Works by finding all of the code-like objects in the module then searching the byte code for 'SET_LINENO' terms (so this won't work one -O files).
Definition at line 127 of file coverage.py.
|
protected |
Definition at line 108 of file coverage.py.
| int python.coverage.running_coverage = 0 |
Definition at line 65 of file coverage.py.