Searched refs:_uri_scheme_re (Results 1 - 1 of 1) sorted by relevance
/third_party/jinja2/ | ||
H A D | filters.py | 715 _uri_scheme_re = re.compile(r"^([\w.+-]{2,}:(/){0,2})$") variable 781 if _uri_scheme_re.fullmatch(scheme) is None: |
Completed in 3 milliseconds