Lines Matching refs:match
220 def convert(match):
221 ident = match.group('lone')
224 indent = match.group('indent') # must be spaces
234 ident = match.group('ident') or match.group('b_ident')
239 pos = match.group('pos') or match.group('b_pos')
249 eval_expr = match.group('eval')
255 if match.group('escaped') is not None:
258 # At this point, we have to match invalid
259 if match.group('invalid') is None:
260 # didn't match invalid!
264 i = match.start('invalid')