Documentation/Source/eric5.UtilitiesPython2.py2flakes.checker.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3217
87b8a0745edd
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
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>

eric ide

mercurial