366 <p> |
366 <p> |
367 Called when a binding is altered. |
367 Called when a binding is altered. |
368 </p><dl> |
368 </p><dl> |
369 <dt><i>lineno</i></dt> |
369 <dt><i>lineno</i></dt> |
370 <dd> |
370 <dd> |
371 line of the statement responsible for the change (integer) |
371 line of the statement responsible for the change |
|
372 (integer) |
372 </dd><dt><i>value</i></dt> |
373 </dd><dt><i>value</i></dt> |
373 <dd> |
374 <dd> |
374 the optional new value, a Binding instance, associated |
375 the optional new value, a Binding instance, associated |
375 with the binding; if None, the binding is deleted if it exists |
376 with the binding; if None, the binding is deleted if it exists |
376 </dd><dt><i>reportRedef</i></dt> |
377 </dd><dt><i>reportRedef</i></dt> |
696 <hr /><hr /> |
697 <hr /><hr /> |
697 <a NAME="iter_child_nodes" ID="iter_child_nodes"></a> |
698 <a NAME="iter_child_nodes" ID="iter_child_nodes"></a> |
698 <h2>iter_child_nodes</h2> |
699 <h2>iter_child_nodes</h2> |
699 <b>iter_child_nodes</b>(<i>node, astcls=_ast.AST</i>) |
700 <b>iter_child_nodes</b>(<i>node, astcls=_ast.AST</i>) |
700 <p> |
701 <p> |
701 Yield all direct child nodes of *node*, that is, all fields that are nodes |
702 Yield all direct child nodes of *node*, that is, all fields that are |
702 and all items of fields that are lists of nodes. |
703 nodes and all items of fields that are lists of nodes. |
703 </p> |
704 </p> |
704 <div align="right"><a href="#top">Up</a></div> |
705 <div align="right"><a href="#top">Up</a></div> |
705 <hr /> |
706 <hr /> |
706 </body></html> |
707 </body></html> |