Files
openide/python/resources/inspectionDescriptions/PyShadowingBuiltinsInspection.html
T
Andrey Vlasovskikh de8cc97b67 Split shadowing inspection into built-in and names from outer scopes shadowing
The reason is to have compatible shared inspections profile files for
various versions of the IDE.
2013-09-06 17:20:29 +04:00

5 lines
104 B
HTML

<html>
<body>
This inspection detects shadowing built-in names, such as 'len' or 'list'.
</body>
</html>