M = None def match(re, line): global M M = re.match(line) return bool(M)