DebugClients/Python3/DebugConfig.py

changeset 5241
883e7084818d
parent 5238
682d0f6a6074
parent 5240
71c51aae2f4e
child 5243
f6346f4b46c2
diff -r 682d0f6a6074 -r 883e7084818d DebugClients/Python3/DebugConfig.py
--- a/DebugClients/Python3/DebugConfig.py	Sun Oct 16 12:15:18 2016 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Copyright (c) 2009 - 2016 Detlev Offenbach <detlev@die-offenbachs.de>
-#
-
-"""
-Module defining type strings for the different Python types.
-"""
-
-#
-# Keep this list in sync with Debugger.Config.ConfigVarTypeFilters
-#
-ConfigVarTypeStrings = [
-    '__', 'NoneType', 'type',
-    'bool', 'int', 'long', 'float', 'complex',
-    'str', 'unicode', 'tuple', 'list',
-    'dict', 'dict-proxy', 'set', 'file', 'xrange',
-    'slice', 'buffer', 'class', 'instance',
-    'method', 'property', 'generator',
-    'function', 'builtin_function_or_method', 'code', 'module',
-    'ellipsis', 'traceback', 'frame', 'other', 'frozenset'
-]
-
-#
-# eflag: noqa = M702

eric ide

mercurial