Lines Matching refs:txt
295 txt = self.text296 if txt is not None:297 txt = txt.replace("\n","\\\\n")298 txt = txt.replace("\r","\\\\r")299 txt = txt.replace("\t","\\\\t")301 txt = "<no text>"306 txt,397 txt = self.text398 if txt is None:399 txt = "<no text>"402 txt,