Home | History | Annotate | Download | only in python2.7

Lines Matching defs:debug

6 Docstrings, comments and debug strings in this code refer to the
40 debug = False # set to True to enable debugging via the logging module
44 if not debug:
50 return logger.debug(*args)