Searched refs:_find_unsafe (Results 1 – 2 of 2) sorted by relevance
39 _find_unsafe = re.compile(r'[^\w@%+=:,./-]').search variable45 if _find_unsafe(s) is None:
323 _find_unsafe = re.compile(r'[^\w@%+=:,./-]', re.ASCII).search variable329 if _find_unsafe(s) is None: