Searched refs:_RE_NEEDS_QUOTING (Results 1 – 1 of 1) sorted by relevance
18 _RE_NEEDS_QUOTING = re.compile(r'[^\w-]') # Not in: alphanumeric or hyphens. variable318 if not flag or _RE_NEEDS_QUOTING.search(key):326 if _RE_NEEDS_QUOTING.search(value):