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

6 lines
245 B
HTML

<html>
<body>
This inspection detects cases when first parameter, such as &#39;self&#39; or &#39;cls&#39;, is reassigned in a method.
In most cases imaginable, there&#39;s no point in such reassignment, and it indicates an error.
</body></html>