eric6/DebugClients/Python/DebugClientBase.py

branch
Variables Viewer
changeset 6971
77cf9a30562d
parent 6969
fd7af2312383
child 6978
720247f98e1f
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sun Apr 21 21:20:24 2019 +0200
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Mon Apr 22 10:46:09 2019 +0200
@@ -1437,10 +1437,6 @@
         @type int
         @param filterList the indices of variable types to be filtered
         @type list of int
-        @param maxSize maximum size the formatted value of a variable will
-            be shown. If it is bigger than that, a 'too big' indication will
-            be given.
-        @type int
         """
         if self.currentThread is None:
             return
@@ -1486,13 +1482,10 @@
         @type list of strings
         @param frmnr distance of frame reported on. 0 is the current frame
         @type int
-        @param scope 1 to report global variables, 0 for local variables (int)
+        @param scope 1 to report global variables, 0 for local variables
+        @type int
         @param filterList the indices of variable types to be filtered
         @type list of int
-        @param maxSize maximum size the formatted value of a variable will
-            be shown. If it is bigger than that, a 'too big' indication will
-            be given.
-        @type int
         """
         if self.currentThread is None:
             return

eric ide

mercurial