DebugClients/Python3/DebugConfig.py

Tue, 16 Aug 2011 17:01:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 16 Aug 2011 17:01:46 +0200
branch
5_1_x
changeset 1215
7771ed33c963
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
permissions
-rw-r--r--

Added some more TextIOWrapper methods and attributes to the Python3 variant of AsyncFile.
(transplanted from 5d4e67e59ed35322f00f120ba8c50f4168775519)

# -*- coding: utf-8 -*-

# Copyright (c) 2009 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining type strings for the different Python types.
"""

ConfigVarTypeStrings = ['__', 'NoneType', 'type',\
        'bool', 'int', 'long', 'float', 'complex',\
        'str', 'unicode', 'tuple', 'list',\
        'dict', 'dict-proxy', 'set', 'file', 'xrange',\
        'slice', 'buffer', 'class', 'instance',\
        'instance method', 'property', 'generator',\
        'function', 'builtin_function_or_method', 'code', 'module',\
        'ellipsis', 'traceback', 'frame', 'other']

eric ide

mercurial