Package xmpp :: Module debug
[show private | hide private]
[frames | no frames]

Module xmpp.debug

Classes
Debug  
NoDebug  

Variable Summary
str _version_ = '1.4.0'
str color_black = '\x1b[30m'
str color_blue = '\x1b[34m'
str color_bright_blue = '\x1b[34;1m'
str color_bright_cyan = '\x1b[36;1m'
str color_bright_green = '\x1b[32;1m'
str color_bright_red = '\x1b[31;1m'
str color_brown = '\x1b[33m'
str color_cyan = '\x1b[36m'
str color_dark_gray = '\x1b[30;1m'
str color_green = '\x1b[32m'
str color_light_gray = '\x1b[37m'
str color_magenta = '\x1b[35m'
str color_none = '\x1b[0m'
str color_purple = '\x1b[35;1m'
str color_red = '\x1b[31m'
str color_white = '\x1b[37;1m'
str color_yellow = '\x1b[33;1m'
str DBG_ALWAYS = 'always'
str LINE_FEED = '\n'

Variable Details

_version_

Type:
str
Value:
'1.4.0'                                                                

color_black

Type:
str
Value:
'\x1b[30m'                                                             

color_blue

Type:
str
Value:
'\x1b[34m'                                                             

color_bright_blue

Type:
str
Value:
'\x1b[34;1m'                                                           

color_bright_cyan

Type:
str
Value:
'\x1b[36;1m'                                                           

color_bright_green

Type:
str
Value:
'\x1b[32;1m'                                                           

color_bright_red

Type:
str
Value:
'\x1b[31;1m'                                                           

color_brown

Type:
str
Value:
'\x1b[33m'                                                             

color_cyan

Type:
str
Value:
'\x1b[36m'                                                             

color_dark_gray

Type:
str
Value:
'\x1b[30;1m'                                                           

color_green

Type:
str
Value:
'\x1b[32m'                                                             

color_light_gray

Type:
str
Value:
'\x1b[37m'                                                             

color_magenta

Type:
str
Value:
'\x1b[35m'                                                             

color_none

Type:
str
Value:
'\x1b[0m'                                                              

color_purple

Type:
str
Value:
'\x1b[35;1m'                                                           

color_red

Type:
str
Value:
'\x1b[31m'                                                             

color_white

Type:
str
Value:
'\x1b[37;1m'                                                           

color_yellow

Type:
str
Value:
'\x1b[33;1m'                                                           

DBG_ALWAYS

Type:
str
Value:
'always'                                                               

LINE_FEED

Type:
str
Value:
'''
'''                                                                    

Generated by Epydoc 2.1 on Mon Mar 6 14:11:54 2006 http://epydoc.sf.net