Expand description
AST visitor trait and walk functions.
Modules§
Traits§
- Visitor
- A trait for AST visitors. Visits all nodes in the AST recursively in evaluation-order.
Functions§
- walk_
alias - walk_
annotation - walk_
arguments - walk_
body - walk_
bool_ op - walk_
bytes_ literal - walk_
cmp_ op - walk_
comprehension - walk_
decorator - walk_
elif_ else_ clause - walk_
except_ handler - walk_
expr - walk_
expr_ context - walk_
f_ string - walk_
interpolated_ string_ element - walk_
keyword - walk_
match_ case - walk_
operator - walk_
parameter - walk_
parameters - walk_
pattern - walk_
pattern_ arguments - walk_
pattern_ keyword - walk_
stmt - walk_
string_ literal - walk_
t_ string - walk_
type_ param - walk_
type_ params - walk_
unary_ op - walk_
with_ item