Home
last modified time | relevance | path

Searched refs:_find_unsafe (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dmailcap.py23 _find_unsafe = re.compile(r'[^\xa1-\U0010FFFF\w@+=:,./-]').search variable
180 if _find_unsafe(filename):
228 if _find_unsafe(MIMEtype):
240 if _find_unsafe(param):
H A Dshlex.py323 _find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search variable
329 if _find_unsafe(s) is None:

Completed in 1 milliseconds