--- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html Fri Mar 17 19:24:55 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.mccabe.html Fri Mar 17 19:25:58 2017 +0100 @@ -133,7 +133,7 @@ </table> <a NAME="PathGraph.__init__" ID="PathGraph.__init__"></a> <h4>PathGraph (Constructor)</h4> -<b>PathGraph</b>(<i>name, entity, lineno</i>) +<b>PathGraph</b>(<i>name, entity, lineno, column=0</i>) <a NAME="PathGraph.complexity" ID="PathGraph.complexity"></a> <h4>PathGraph.complexity</h4> <b>complexity</b>(<i></i>) @@ -159,7 +159,7 @@ ASTVisitor <h3>Class Attributes</h3> <table> -<tr><td>visitAssert</td></tr><tr><td>visitAsyncFunctionDef</td></tr><tr><td>visitAsyncWith</td></tr><tr><td>visitFor</td></tr><tr><td>visitTry</td></tr> +<tr><td>visitAsyncFor</td></tr><tr><td>visitAsyncFunctionDef</td></tr><tr><td>visitAsyncWith</td></tr><tr><td>visitTry</td></tr> </table> <h3>Class Methods</h3> <table> @@ -180,6 +180,9 @@ <td><a href="#PathGraphingAstVisitor.appendPathNode">appendPathNode</a></td> <td></td> </tr><tr> +<td><a href="#PathGraphingAstVisitor.default">default</a></td> +<td></td> +</tr><tr> <td><a href="#PathGraphingAstVisitor.dispatch_list">dispatch_list</a></td> <td></td> </tr><tr> @@ -228,6 +231,9 @@ </p><a NAME="PathGraphingAstVisitor.appendPathNode" ID="PathGraphingAstVisitor.appendPathNode"></a> <h4>PathGraphingAstVisitor.appendPathNode</h4> <b>appendPathNode</b>(<i>name</i>) +<a NAME="PathGraphingAstVisitor.default" ID="PathGraphingAstVisitor.default"></a> +<h4>PathGraphingAstVisitor.default</h4> +<b>default</b>(<i>node, *args</i>) <a NAME="PathGraphingAstVisitor.dispatch_list" ID="PathGraphingAstVisitor.dispatch_list"></a> <h4>PathGraphingAstVisitor.dispatch_list</h4> <b>dispatch_list</b>(<i>node_list</i>)