in hpcpack-autoscaler/src/cyclecloud-hpcpack/commonutil.py [0:0]
def ci_notin(a:str, b:Union[List[str], Set[str], Dict[str, Any]]) -> bool: return not ci_in(a, b)