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

6 lines
250 B
HTML

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