Package guiunittest :: Module guitestcase
[show private | hide private]
[frames | no frames]

Module guiunittest.guitestcase

Classes
GUITestCase  

Variable Summary
str KEY_RETURN = '\x0b'
dict _QT_TO_STR = {4096: '', 4097: '\t', 4099: '\x08', 4100: ...
dict _STR_TO_QT = {'': 4096, '\t': 4097, '\x08': 4099, '\x0b'...
list _toElapse = []

Variable Details

KEY_RETURN

Type:
str
Value:
'\x0b'                                                                 

_QT_TO_STR

Type:
dict
Value:
{32: ' ',
 33: '!',
 34: '"',
 35: '#',
 4096: '',
 4097: '\t',
 4099: '\x08',
 4100: '\x0b',
...                                                                    

_STR_TO_QT

Type:
dict
Value:
{'': 4096,
 '\x08': 4099,
 '\t': 4097,
 '\x0b': 4101,
 ' ': 32,
 '!': 33,
 '"': 34,
 '#': 35,
...                                                                    

_toElapse

Type:
list
Value:
[]                                                                     

Generated by Epydoc 2.1 on Wed Nov 24 14:15:09 2004 http://epydoc.sf.net