We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This example calls out to the method r._build_tree() (r is a Repo). The _build_tree method is missing.
r._build_tree()
r
Repo
_build_tree
At first glance, Repo doesn't contain any similarly named methods.