Ammendes the list of special attributes. eric7

Tue, 18 Oct 2022 17:02:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 18 Oct 2022 17:02:51 +0200
branch
eric7
changeset 9419
175ec2fe27ca
parent 9418
93698f6003d3
child 9420
92810aebc909

Ammendes the list of special attributes.

src/eric7/DebugClients/Python/DebugConfig.py file | annotate | diff | comparison | revisions
--- a/src/eric7/DebugClients/Python/DebugConfig.py	Tue Oct 18 16:33:23 2022 +0200
+++ b/src/eric7/DebugClients/Python/DebugConfig.py	Tue Oct 18 17:02:51 2022 +0200
@@ -16,6 +16,7 @@
     "__mro__",
     "__name__",
     "__qualname__",
+    "__subclasses__",
 )
 
 BatchSize = 200

eric ide

mercurial