81 <tr> |
81 <tr> |
82 <td><a href="#MiscellaneousChecker.__checkComprehensions">__checkComprehensions</a></td> |
82 <td><a href="#MiscellaneousChecker.__checkComprehensions">__checkComprehensions</a></td> |
83 <td>Private method to check some comprehension related things.</td> |
83 <td>Private method to check some comprehension related things.</td> |
84 </tr> |
84 </tr> |
85 <tr> |
85 <tr> |
|
86 <td><a href="#MiscellaneousChecker.__checkConstantModification">__checkConstantModification</a></td> |
|
87 <td>Private method to check constant modifications.</td> |
|
88 </tr> |
|
89 <tr> |
86 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
90 <td><a href="#MiscellaneousChecker.__checkCopyright">__checkCopyright</a></td> |
87 <td>Private method to check the presence of a copyright statement.</td> |
91 <td>Private method to check the presence of a copyright statement.</td> |
88 </tr> |
92 </tr> |
89 <tr> |
93 <tr> |
90 <td><a href="#MiscellaneousChecker.__checkDateTime">__checkDateTime</a></td> |
94 <td><a href="#MiscellaneousChecker.__checkDateTime">__checkDateTime</a></td> |
248 Private method to check some comprehension related things. |
252 Private method to check some comprehension related things. |
249 </p> |
253 </p> |
250 <p> |
254 <p> |
251 This method is adapted from: flake8-comprehensions v3.16.0 |
255 This method is adapted from: flake8-comprehensions v3.16.0 |
252 Original: Copyright (c) 2017 Adam Johnson |
256 Original: Copyright (c) 2017 Adam Johnson |
|
257 </p> |
|
258 |
|
259 <a NAME="MiscellaneousChecker.__checkConstantModification" ID="MiscellaneousChecker.__checkConstantModification"></a> |
|
260 <h4>MiscellaneousChecker.__checkConstantModification</h4> |
|
261 <b>__checkConstantModification</b>(<i></i>) |
|
262 <p> |
|
263 Private method to check constant modifications. |
253 </p> |
264 </p> |
254 |
265 |
255 <a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
266 <a NAME="MiscellaneousChecker.__checkCopyright" ID="MiscellaneousChecker.__checkCopyright"></a> |
256 <h4>MiscellaneousChecker.__checkCopyright</h4> |
267 <h4>MiscellaneousChecker.__checkCopyright</h4> |
257 <b>__checkCopyright</b>(<i></i>) |
268 <b>__checkCopyright</b>(<i></i>) |