Lines Matching refs:re
29 import re
56 attrdict[a] = re.compile(attrdict[a])
57 except re.error as e:
191 regexp = re.compile(args[1])
194 except re.error as e:
219 rx = re.compile(substitute_values(regexp,
229 except re.error as e:
253 regexp = re.compile(args[1])
254 except re.error as e:
275 except re.error as e:
340 for i in re.finditer("%\((.+?)\)|%\{(.+?)\}", msg):
437 for i in re.finditer(r"%<\d>", msg):
518 matches.sort(key=lambda x: matchorder[x.re.pattern])