PY-20280 Fixed: Warn if class variable listed in __slots__

Introduce PyDunderSlotsInspection which detects invalid definition of __slots__ in a class
This commit is contained in:
Semyon Proshev
2016-08-10 17:29:49 +03:00
parent d9961eee78
commit 3251485499
5 changed files with 138 additions and 1 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection detects invalid definition of __slots__ in a class.
</body>
</html>