Files
openide/python/testData/inspections/PyUnusedLocalFunctionInspection/expected.xml
T
2010-07-16 19:44:26 +04:00

13 lines
327 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>
</problems>