Files
openide/python/resources/inspectionDescriptions/PyReturnFromInitInspection.html
T

7 lines
212 B
HTML

<html>
<body>
This inspection reports occurrences of <code>return</code> statements with a return value inside
<code>__init__</code> methods of classes. A constructor should not return any value.
</body>
</html>