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

Lines Matching defs:Debug

6 Public variable:        Debug
33 Debug = 0
145 class error(Exception): pass # Logical errors - debug required
152 self.debug = Debug
180 if self.debug >= 1:
198 if self.debug >= 3:
578 if self.debug >= 3:
657 if self.debug >= 1:
803 if self.debug >= 5:
851 if self.debug >= 4:
877 if self.debug >= 4:
959 if self.debug >= 4:
979 if self.debug >= 1 and typ in ('NO', 'BAD', 'BYE'):
1002 if self.debug >= 1:
1019 if self.debug >= 4:
1033 if self.mo is not None and self.debug >= 5:
1081 if self.debug >= 5:
1430 Debug = int(val)
1512 if not Debug: