Lines Matching refs:match
17 It is designed to match the working of the Python tokenizer exactly, except
87 # Because of leftmost-then-longest match semantics, be sure to put the
273 match = cookie_re.match(line_string)
274 if not match:
276 encoding = _get_normal_name(match.group(1))
301 if not blank_re.match(first):
322 Untokenized source will match input source exactly
373 endmatch = endprog.match(line)
425 "unindent does not match any outer indentation level",
447 pseudomatch = pseudoprog.match(line, pos)
475 endmatch = endprog.match(line, pos)