in re2.py [0:0]
def fullmatch(pattern, string): """Try to apply the pattern to the entire string, returning a match object, or None if no match was found.""" return _compile(pattern, error).fullmatch(string)