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

Lines Matching refs:stripid

124 def stripid(text):
393 return self.escape(cram(stripid(repr(x)), self.maxother))
410 return self.escape(cram(stripid(repr(x)), self.maxstring))
970 return cram(stripid(repr(x)), self.maxother)
985 return cram(stripid(repr(x)), self.maxstring)