Searched refs:stdlib_re (Results 1 – 1 of 1) sorted by relevance
28 import re as stdlib_re # Avoid confusion with the re we export. namespace1601 Pattern = _alias(stdlib_re.Pattern, AnyStr)1602 Match = _alias(stdlib_re.Match, AnyStr)