Visit all AST branches #597
Labels
astbuilder
A substantive change is required in the astbuilder flow in order to fix this issue
enhancement
Milestone
#589 fixes the issue regarding the
ast.If
andast.Try
nodes but it doesn’t for the theast.For
nodes. So anything that is in the else block of a for loop, it won’t be processed. It not a huge issue since for loops typically resides inside function body, and else block does not contain any documentable entries, but it’s still a regression.Maybe I should just add the to the PR #589
The text was updated successfully, but these errors were encountered: