There's a tiny inconsistency in the docstring for help(db.parents). Here it reads:
If `level=None` (default), then return all children regardless
of level. If `level` is an integer, then constrain to just that
level.
It should be something like return all parents regardless... (but I understand that the same docstring serves also db.children).
Once I'm here... Is there any reason why this PR #237 is not merged in main?