eric6/Debugger/DebuggerInterfaceNone.py

branch
multi_processing
changeset 7863
6725d2549801
parent 7802
eefe954f01e8
parent 7862
817ef8e0fa66
child 7867
aa870fdd40d8
--- a/eric6/Debugger/DebuggerInterfaceNone.py	Sat Dec 05 18:25:31 2020 +0100
+++ b/eric6/Debugger/DebuggerInterfaceNone.py	Sun Dec 06 17:53:05 2020 +0100
@@ -329,7 +329,7 @@
         @param scope the scope of the variables (0 = local, 1 = global)
         @type int
         @param filterList list of variable types to filter out
-        @type list of int
+        @type list of str
         @param framenr framenumber of the variables to retrieve
         @type int
         @param maxSize maximum size the formatted value of a variable will
@@ -347,7 +347,7 @@
         @param scope the scope of the variables (0 = local, 1 = global)
         @type int
         @param filterList list of variable types to filter out
-        @type list of int
+        @type list of str
         @param var list encoded name of variable to retrieve
         @type list of str
         @param framenr framenumber of the variables to retrieve (int)

eric ide

mercurial