Lines Matching refs:debugging
101 debugging = 0
141 if self.debugging:
146 '''Set the debugging level.
148 0: no debugging output (default)
151 self.debugging = level
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
184 if self.debugging > 1:
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
1003 debugging = 0
1006 debugging = debugging+1
1014 ftp.set_debuglevel(debugging)