module documentation

Undocumented

Class DepFinder For every class, assume the last FunctionDef is the top level method to call. And for every instance, only the top level method will be call. This means that we could safely assume that every instance has only the attributes coming from __init__ and the top level method.
Function solve Undocumented
Constant MANAGER Undocumented
def solve(ast_str, cov_config=None): (source)

Undocumented

MANAGER = (source)

Undocumented

Value
cov_manager.CovManager()