Home
last modified time | relevance | path

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

/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dpxssh.py39 _find_unsafe = re.compile(r'[^\w@%+=:,./-]').search variable
45 if _find_unsafe(s) is None:
/external/python/cpython3/Lib/
Dshlex.py323 _find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search variable
329 if _find_unsafe(s) is None: