Files
openide/python/testData/inspections/PyNestedDecoratorsInspection/expected.xml
T

29 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<problems>
<problem>
<file>decorated.py</file>
<line>25</line>
<description>This decorator will not receive a callable it may expect; the built-in decorator returns a special object</description>
</problem>
<problem>
<file>decorated.py</file>
<line>30</line>
<description>This decorator will not receive a callable it may expect; the built-in decorator returns a special object</description>
</problem>
<problem>
<file>decorated.py</file>
<line>35</line>
<description>This decorator will not receive a callable it may expect; the built-in decorator returns a special object</description>
</problem>
<problem>
<file>decorated.py</file>
<line>40</line>
<description>This decorator will not receive a callable it may expect; the built-in decorator returns a special object</description>
</problem>
<problem>
<file>decorated.py</file>
<line>47</line>
<description>This decorator will not receive a callable it may expect; the built-in decorator returns a special object</description>
</problem>
</problems>