Searched refs:blank_re (Results 1 – 8 of 8) sorted by relevance
36 blank_re = re.compile(r'^[ \t\f]*(?:[#\r\n]|$)') variable62 blank_re.match(line1) and get_declaration(line2)):
36 blank_re = re.compile(rb'^[ \t\f]*(?:[#\r\n]|$)') variable63 blank_re.match(line1) and get_declaration(line2)):
240 blank_re = re.compile(r'^[ \t\f]*(?:[#\r\n]|$)') variable313 if not blank_re.match(first):
228 blank_re = re.compile(br'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable301 if not blank_re.match(first):
69 blank_re = re.compile(r'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable99 if not blank_re.match(line):
70 blank_re = re.compile(r'^[ \t\f]*(?:[#\r\n]|$)') variable130 if not blank_re.match(line):
38 blank_re = re.compile(br'^[ \t\f]*(?:[#\r\n]|$)', re.ASCII) variable429 if not blank_re.match(first):
872 blank_re = re.compile(r"\s*(#|$)") variable in coverage911 if self.blank_re.match(line):