mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 00:44:37 +07:00
I added helper class PyKnownDecoratorUtil that contains list of well-known decorators from Python's standard library and redefined several existing methods from PyUtil in terms of this class.
19 lines
506 B
XML
19 lines
506 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<problems>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>2</line>
|
|
<description>Local function 'bar' is not used</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>13</line>
|
|
<description>Local function 'bar1' is not used</description>
|
|
</problem>
|
|
<problem>
|
|
<file>test.py</file>
|
|
<line>29</line>
|
|
<module>light_idea_test_case</module>
|
|
<description>Local function 'func' is not used</description>
|
|
</problem>
|
|
</problems> |