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

branch
eric7
changeset 10341
3fdffd9cc21d
parent 10304
ff7d3d6b952d
child 10479
856476537696
equal deleted inserted replaced
10340:548b4c7f410e 10341:3fdffd9cc21d
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>)

eric ide

mercurial