-
I look into the code, but it's hard to understand the code behind many macros. I did see one test using the |
Beta Was this translation helpful? Give feedback.
Answered by
kdy1
Nov 16, 2022
Replies: 1 comment 1 reply
-
It's used to visit every node without |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hyf0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's used to visit every node without
n.visit_children_with(self)
in each visitor method.