Lines Matching refs:Re
17 import re
18 from re import compile as Re
347 match = re.match(regex, line)
371 match = re.match(regex, line)
887 if re.search(expect, rrsig) is not None:
895 assert re.search(expect, rrsig) is None
900 if re.search(expect, rrsig) is not None:
908 assert re.search(expect, rrsig) is None
1456 watcher.wait_for_line(Re(waitfor))
1460 # we can use it directly on `re.match`.
1466 match = re.match(waitfor, line)
1495 match = re.match(regex, filename)
1501 match = re.match(regex, filename)