Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html

changeset 805
83ca4d1ff648
parent 571
1a4101cb87eb
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html	Mon Jan 03 17:45:11 2011 +0100
+++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html	Tue Jan 04 17:37:48 2011 +0100
@@ -63,6 +63,9 @@
 <td><a href="#TabnannyDialog.__finish">__finish</a></td>
 <td>Private slot called when the action or the user pressed the button.</td>
 </tr><tr>
+<td><a href="#TabnannyDialog.__py2check">__py2check</a></td>
+<td>Private method to perform the indentation check for Python 2 files.</td>
+</tr><tr>
 <td><a href="#TabnannyDialog.__resort">__resort</a></td>
 <td>Private method to resort the tree.</td>
 </tr><tr>
@@ -113,7 +116,25 @@
 <b>__finish</b>(<i></i>)
 <p>
         Private slot called when the action or the user pressed the button.
-</p><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
+</p><a NAME="TabnannyDialog.__py2check" ID="TabnannyDialog.__py2check"></a>
+<h4>TabnannyDialog.__py2check</h4>
+<b>__py2check</b>(<i>filename</i>)
+<p>
+        Private method to perform the indentation check for Python 2 files.
+</p><dl>
+<dt><i>filename</i></dt>
+<dd>
+name of the file to be checked (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+A tuple indicating status (True = an error was found), the
+            filename, the linenumber and the error message
+            (boolean, string, string, string). The values are only
+            valid, if the status is True.
+</dd>
+</dl><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
 <h4>TabnannyDialog.__resort</h4>
 <b>__resort</b>(<i></i>)
 <p>

eric ide

mercurial