Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html

changeset 6182
f293e95b914d
parent 6180
8d72871c16ba
child 6184
789e88d94899
equal deleted inserted replaced
6181:2ae7e332b941 6182:f293e95b914d
267 <td>Private method to check string format strings.</td> 267 <td>Private method to check string format strings.</td>
268 </tr><tr> 268 </tr><tr>
269 <td><a href="#MiscellaneousChecker.__checkFuture">__checkFuture</a></td> 269 <td><a href="#MiscellaneousChecker.__checkFuture">__checkFuture</a></td>
270 <td>Private method to check the __future__ imports.</td> 270 <td>Private method to check the __future__ imports.</td>
271 </tr><tr> 271 </tr><tr>
272 <td><a href="#MiscellaneousChecker.__checkGettext">__checkGettext</a></td>
273 <td>Private method to check the 'gettext' import statement.</td>
274 </tr><tr>
272 <td><a href="#MiscellaneousChecker.__checkLogging">__checkLogging</a></td> 275 <td><a href="#MiscellaneousChecker.__checkLogging">__checkLogging</a></td>
273 <td>Private method to check logging statements.</td> 276 <td>Private method to check logging statements.</td>
274 </tr><tr> 277 </tr><tr>
275 <td><a href="#MiscellaneousChecker.__checkMutableDefault">__checkMutableDefault</a></td> 278 <td><a href="#MiscellaneousChecker.__checkMutableDefault">__checkMutableDefault</a></td>
276 <td>Private method to check for use of mutable types as default arguments.</td> 279 <td>Private method to check for use of mutable types as default arguments.</td>
372 </p><a NAME="MiscellaneousChecker.__checkFuture" ID="MiscellaneousChecker.__checkFuture"></a> 375 </p><a NAME="MiscellaneousChecker.__checkFuture" ID="MiscellaneousChecker.__checkFuture"></a>
373 <h4>MiscellaneousChecker.__checkFuture</h4> 376 <h4>MiscellaneousChecker.__checkFuture</h4>
374 <b>__checkFuture</b>(<i></i>) 377 <b>__checkFuture</b>(<i></i>)
375 <p> 378 <p>
376 Private method to check the __future__ imports. 379 Private method to check the __future__ imports.
380 </p><a NAME="MiscellaneousChecker.__checkGettext" ID="MiscellaneousChecker.__checkGettext"></a>
381 <h4>MiscellaneousChecker.__checkGettext</h4>
382 <b>__checkGettext</b>(<i></i>)
383 <p>
384 Private method to check the 'gettext' import statement.
377 </p><a NAME="MiscellaneousChecker.__checkLogging" ID="MiscellaneousChecker.__checkLogging"></a> 385 </p><a NAME="MiscellaneousChecker.__checkLogging" ID="MiscellaneousChecker.__checkLogging"></a>
378 <h4>MiscellaneousChecker.__checkLogging</h4> 386 <h4>MiscellaneousChecker.__checkLogging</h4>
379 <b>__checkLogging</b>(<i></i>) 387 <b>__checkLogging</b>(<i></i>)
380 <p> 388 <p>
381 Private method to check logging statements. 389 Private method to check logging statements.

eric ide

mercurial