Documentation/Source/eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html

changeset 2966
f85f686981ad
parent 2913
4e395efc0ef9
diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html
--- a/Documentation/Source/eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html	Sun Sep 29 18:22:08 2013 +0200
+++ b/Documentation/Source/eric5.UtilitiesPython2.Pep8NamingCheckerPy2.html	Sun Sep 29 18:23:27 2013 +0200
@@ -82,7 +82,7 @@
 <td>Private method to check local variables in functions (N821).</td>
 </tr><tr>
 <td><a href="#Pep8NamingChecker.__error">__error</a></td>
-<td>Private method to build the error information</td>
+<td>Private method to build the error information.</td>
 </tr><tr>
 <td><a href="#Pep8NamingChecker.__findGlobalDefs">__findGlobalDefs</a></td>
 <td>Private method amend a node with global definitions information.</td>
@@ -142,6 +142,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -163,6 +166,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -186,6 +192,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -203,6 +212,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -221,6 +233,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -237,6 +252,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -255,6 +273,9 @@
 <dt><i>node</i></dt>
 <dd>
 AST note to check
+</dd><dt><i>parents</i></dt>
+<dd>
+list of parent nodes
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -266,7 +287,7 @@
 <h4>Pep8NamingChecker.__error</h4>
 <b>__error</b>(<i>node, code</i>)
 <p>
-        Private method to build the error information
+        Private method to build the error information.
 </p><dl>
 <dt><i>node</i></dt>
 <dd>

eric ide

mercurial