Searched refs:_PERMISSIONS_BLACKLIST_RE (Results 1 – 1 of 1) sorted by relevance
98 _PERMISSIONS_BLACKLIST_RE = re.compile('|'.join(fnmatch.translate(p) for p in [ variable2947 p for p in permissions if not _PERMISSIONS_BLACKLIST_RE.match(p))