Loppers.Walk.walk

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

walk(ast, acc, walker)

Walking a given ast filling the accumulator using a walker-function.

Walker signature needs to be walker.(ast, acc)