akvo.rsr.checks.results module

akvo.rsr.checks.results.get_with_multi_project_parents() Dict[Project, Dict[Project, List[Result]]][source]

Results that have parent results with different projects

# Example: result -> parent -> project result -> parent -> project1 result -> parent -> project

akvo.rsr.checks.results.get_with_non_familial_parents() Iterable[Result][source]

Results that have parents with a project outside of the family hierarchy

# Example:

hierarchy:
program

project

other_project

results:

project -> result -> parent_result -> other_project

akvo.rsr.checks.results.get_with_parents() QuerySet[source]