mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection detects invalid definition of __slots__ in a class.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user