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

Lines Matching defs:sanitize

142             print '*welcome*', self.sanitize(self.welcome)
160 # Internal: "sanitize" a string for printing
161 def sanitize(self, s):
172 if self.debugging > 1: print '*put*', self.sanitize(line)
177 if self.debugging: print '*cmd*', self.sanitize(line)
185 print '*get*', self.sanitize(line)
211 if self.debugging: print '*resp*', self.sanitize(resp)
235 if self.debugging > 1: print '*put urgent*', self.sanitize(line)