Home | History | Annotate | Download | only in python2.7

Lines Matching full:nodes

129     tedious to fill in for generated nodes, so this helper adds these attributes
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
176 and all items of fields that are lists of nodes.
205 Recursively yield all descendant nodes in the tree starting at *node*
207 only want to modify nodes in place and don't care about the context.
226 Per default the visitor functions for the nodes are ``'visit_'`` +
232 Don't use the `NodeVisitor` if you want to apply changes to nodes during
257 allows modification of nodes.
277 Keep in mind that if the node you're operating on has child nodes you must
278 either transform the child nodes yourself or call the :meth:`generic_visit`
281 For nodes that were part of a collection of statements (that applies to all
282 statement nodes), the visitor may also return a list of nodes rather than