Closed Koncopd closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.53%. Comparing base (
c41fc2c
) to head (1ab7f1a
). Report is 7 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This looks very elegant both in terms of the actual implementation and the user-facing API design. Kudos!
The only thing that's missing: a nice user-facing description of this PR.
Ok, adding and merging then.
This PR adds
query_parents
andquery_children
methods to theHasParents
class. This allows to query all parents and parents of parents etc. recursively for a record.Example:
Docs:
Resolves:
Needs: