File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://github.com/Strumenta/pylasu/actions/workflows/pythonapp.yml/badge.svg )] ( https://github.com/Strumenta/pylasu/actions/workflows/pythonapp.yml )
44[ ![ PyPI] ( https://img.shields.io/pypi/v/pylasu.svg )] ( https://pypi.org/project/pylasu )
5+ [ ![ Documentation] ( https://readthedocs.org/projects/pylasu/badge/?version=latest&style=flat )] ( https://pylasu.readthedocs.io )
56
67Pylasu is an AST Library in the [ StarLasu] ( https://github.com/Strumenta/StarLasu ) family, targeting the Python language.
78
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ def walk_ancestors(self: Node):
4444@extension_method (Node )
4545def walk_descendants (self : Node , walker = walk , restrict_to = Node ):
4646 """Walks the whole AST starting from the child nodes of this node.
47+
4748 :param self: the node from which to start the walk, which is NOT included in the walk.
4849 :param walker: a function that generates a sequence of nodes. By default this is the depth-first "walk" method.
4950 For post-order traversal, use "walk_leaves_first".
You can’t perform that action at this time.
0 commit comments