Home | Trees | Indices | Help |
---|
|
1 import linda 2 from linda import charset, clparser 35 """ 6 This function is responsible for printing out debug messages. 7 @param msg: the message is print out 8 @type msg: string 9 @param level: the debug level, as specified on the command line 10 @type level: integer 11 """ 12 if clparser['debug'] >= level and charset: 13 print _("D:"), 14 print msg.encode(charset)15 21
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Tue Dec 18 18:15:33 2007 | http://epydoc.sourceforge.net |