366 |
366 |
367 <dt><i>fn</i> (str)</dt> |
367 <dt><i>fn</i> (str)</dt> |
368 <dd> |
368 <dd> |
369 filename of the checked file |
369 filename of the checked file |
370 </dd> |
370 </dd> |
371 <dt><i>problems</i> (dict)</dt> |
371 <dt><i>problems</i> (list of dict)</dt> |
372 <dd> |
372 <dd> |
373 dictionary with the keys 'error', 'py_warnings' and |
373 list of dictionaries with the keys 'error', 'py_warnings' and |
374 'warnings' which hold a list containing details about the error or |
374 'warnings' which contain a tuple with details about the syntax error or a |
375 warnings (file name, line number, column, codestring (only at syntax |
375 list of tuples with details about Python warnings and PyFlakes warnings. |
376 errors), message) |
376 Each tuple contains the file name, line number, column, code string (only |
|
377 for syntax errors), the message and an optional list with arguments for |
|
378 the message. |
377 </dd> |
379 </dd> |
378 </dl> |
380 </dl> |
379 <a NAME="SyntaxCheckerDialog.__resetStatistics" ID="SyntaxCheckerDialog.__resetStatistics"></a> |
381 <a NAME="SyntaxCheckerDialog.__resetStatistics" ID="SyntaxCheckerDialog.__resetStatistics"></a> |
380 <h4>SyntaxCheckerDialog.__resetStatistics</h4> |
382 <h4>SyntaxCheckerDialog.__resetStatistics</h4> |
381 <b>__resetStatistics</b>(<i>skipped</i>) |
383 <b>__resetStatistics</b>(<i>skipped</i>) |