Searched refs:UNSAFE_FOR_CMD (Results 1 – 1 of 1) sorted by relevance
1474 UNSAFE_FOR_CMD = UNSAFE_FOR_SET.union(set('()%')) variable1475 ALL_META_CHARS = UNSAFE_FOR_CMD.union(set('"'))1494 if any(a in UNSAFE_FOR_CMD for a in arg):