src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.pyCheckSyntax.html

branch
eric7
changeset 10189
1ab3a4674cb4
parent 9924
b41c9a7bcbbb
child 10341
3fdffd9cc21d
equal deleted inserted replaced
10188:0f873791d67e 10189:1ab3a4674cb4
48 <tr> 48 <tr>
49 <td><a href="#pySyntaxAndPyflakesCheck">pySyntaxAndPyflakesCheck</a></td> 49 <td><a href="#pySyntaxAndPyflakesCheck">pySyntaxAndPyflakesCheck</a></td>
50 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> 50 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td>
51 </tr> 51 </tr>
52 <tr> 52 <tr>
53 <td><a href="#showwarning">showwarning</a></td>
54 <td></td>
55 </tr>
56 <tr>
53 <td><a href="#workerTask">workerTask</a></td> 57 <td><a href="#workerTask">workerTask</a></td>
54 <td>Module function acting as the parallel worker for the syntax check.</td> 58 <td>Module function acting as the parallel worker for the syntax check.</td>
55 </tr> 59 </tr>
56 </table> 60 </table>
57 <hr /> 61 <hr />
89 </dd> 93 </dd>
90 </dl> 94 </dl>
91 <dl> 95 <dl>
92 <dt>Return:</dt> 96 <dt>Return:</dt>
93 <dd> 97 <dd>
94 dictionary with the keys 'error' and 'warnings' which 98 dictionary with the keys 'error', 'py_warnings' and 'warnings' which
95 hold a list containing details about the error/ warnings 99 hold a list containing details about the syntax error, Python warnings
96 (file name, line number, column, codestring (only at syntax 100 and PyFlakes warnings (file name, line number, column, codestring (only
97 errors), the message, a list with arguments for the message) 101 for syntax errors), the message and an optional list with arguments for
102 the message)
98 </dd> 103 </dd>
99 </dl> 104 </dl>
100 <dl> 105 <dl>
101 <dt>Return Type:</dt> 106 <dt>Return Type:</dt>
102 <dd> 107 <dd>
257 </dd> 262 </dd>
258 </dl> 263 </dl>
259 <dl> 264 <dl>
260 <dt>Return:</dt> 265 <dt>Return:</dt>
261 <dd> 266 <dd>
262 dictionary with the keys 'error' and 'warnings' which 267 dictionary with the keys 'error', 'py_warnings' and 'warnings' which
263 hold a list containing details about the error/warnings 268 hold a list containing details about the syntax error, Python warnings
264 (file name, line number, column, codestring (only at syntax 269 and PyFlakes warnings (file name, line number, column, codestring (only
265 errors), the message, a list with arguments for the message) 270 for syntax errors), the message and an optional list with arguments for
271 the message)
266 </dd> 272 </dd>
267 </dl> 273 </dl>
268 <dl> 274 <dl>
269 <dt>Return Type:</dt> 275 <dt>Return Type:</dt>
270 <dd> 276 <dd>
271 dict 277 dict
272 </dd> 278 </dd>
273 </dl> 279 </dl>
280 <div align="right"><a href="#top">Up</a></div>
281 <hr />
282 <hr />
283 <a NAME="showwarning" ID="showwarning"></a>
284 <h2>showwarning</h2>
285 <b>showwarning</b>(<i>message, category, filename, lineno, file=None, line=None, </i>)
286
274 <div align="right"><a href="#top">Up</a></div> 287 <div align="right"><a href="#top">Up</a></div>
275 <hr /> 288 <hr />
276 <hr /> 289 <hr />
277 <a NAME="workerTask" ID="workerTask"></a> 290 <a NAME="workerTask" ID="workerTask"></a>
278 <h2>workerTask</h2> 291 <h2>workerTask</h2>

eric ide

mercurial