DebugClients/Python/DebugConfig.py

changeset 5272
5684dd6667e6
parent 5179
5f56410e7624
child 5278
efd21f457e06
--- a/DebugClients/Python/DebugConfig.py	Tue Oct 25 19:33:43 2016 +0200
+++ b/DebugClients/Python/DebugConfig.py	Tue Oct 25 21:45:20 2016 +0200
@@ -15,7 +15,7 @@
     'bool', 'int', 'long', 'float', 'complex',
     'str', 'unicode', 'tuple', 'list',
     'dict', 'dict-proxy', 'set', 'file', 'xrange',
-    'slice', 'buffer', 'class', 'instance',
+    'slice', 'buffer', 'class', 'instance', 'instancemethod',
     'method', 'property', 'generator',
     'function', 'builtin_function_or_method', 'code', 'module',
     'ellipsis', 'traceback', 'frame', 'other', 'frozenset'

eric ide

mercurial