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

branch
Py2 comp.
changeset 2680
110ac646a3a0
parent 2387
2d119e79ab54
child 3058
0a02c433f52d
equal deleted inserted replaced
2679:122a9ffdeefb 2680:110ac646a3a0
64 <td>Private method to create an entry in the result list.</td> 64 <td>Private method to create an entry in the result list.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#TabnannyDialog.__finish">__finish</a></td> 66 <td><a href="#TabnannyDialog.__finish">__finish</a></td>
67 <td>Private slot called when the action or the user pressed the button.</td> 67 <td>Private slot called when the action or the user pressed the button.</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#TabnannyDialog.__py2check">__py2check</a></td>
70 <td>Private method to perform the indentation check for Python 2 files.</td>
71 </tr><tr>
72 <td><a href="#TabnannyDialog.__resort">__resort</a></td> 69 <td><a href="#TabnannyDialog.__resort">__resort</a></td>
73 <td>Private method to resort the tree.</td> 70 <td>Private method to resort the tree.</td>
74 </tr><tr> 71 </tr><tr>
75 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 72 <td><a href="#TabnannyDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
76 <td>Private slot called by a button of the button box clicked.</td> 73 <td>Private slot called by a button of the button box clicked.</td>
121 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a> 118 </dl><a NAME="TabnannyDialog.__finish" ID="TabnannyDialog.__finish"></a>
122 <h4>TabnannyDialog.__finish</h4> 119 <h4>TabnannyDialog.__finish</h4>
123 <b>__finish</b>(<i></i>) 120 <b>__finish</b>(<i></i>)
124 <p> 121 <p>
125 Private slot called when the action or the user pressed the button. 122 Private slot called when the action or the user pressed the button.
126 </p><a NAME="TabnannyDialog.__py2check" ID="TabnannyDialog.__py2check"></a> 123 </p><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
127 <h4>TabnannyDialog.__py2check</h4>
128 <b>__py2check</b>(<i>filename</i>)
129 <p>
130 Private method to perform the indentation check for Python 2 files.
131 </p><dl>
132 <dt><i>filename</i></dt>
133 <dd>
134 name of the file to be checked (string)
135 </dd>
136 </dl><dl>
137 <dt>Returns:</dt>
138 <dd>
139 A tuple indicating status (True = an error was found), the
140 filename, the linenumber and the error message
141 (boolean, string, string, string). The values are only
142 valid, if the status is True.
143 </dd>
144 </dl><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a>
145 <h4>TabnannyDialog.__resort</h4> 124 <h4>TabnannyDialog.__resort</h4>
146 <b>__resort</b>(<i></i>) 125 <b>__resort</b>(<i></i>)
147 <p> 126 <p>
148 Private method to resort the tree. 127 Private method to resort the tree.
149 </p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a> 128 </p><a NAME="TabnannyDialog.on_buttonBox_clicked" ID="TabnannyDialog.on_buttonBox_clicked"></a>

eric ide

mercurial