Loppers.Walk.recurse

You're seeing just the function recurse, go back to Loppers.Walk module for more information.
Link to this function

recurse(ast, acc, callback)

Recursing into the AST. Difference to walk() is that the accumulator will only be changed for current branch.