Lines Matching refs:text
10 def check_line(self, lineno, text): argument
11 if text.strip() == "" == self.lastline.strip():
14 self.lastline = text
22 def check_line(self, lineno, text): argument
24 self.lastline = text
37 def check_line(self, lineno, text): argument
39 self.lastline = text
49 def check_line(self, lineno, text): argument
50 line = text.rstrip("\r\n")
54 text]
64 def check_line(self, lineno, text): argument
65 if not self.is_ascii(text):
68 text]