Home
last modified time | relevance | path

Searched refs:stdlib_re (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dtyping.py28 import re as stdlib_re # Avoid confusion with the re we export. namespace
1601 Pattern = _alias(stdlib_re.Pattern, AnyStr)
1602 Match = _alias(stdlib_re.Match, AnyStr)