in hpcpack-autoscaler/src/cyclecloud-hpcpack/hpcnodehistory.py [0:0]
def find_items(self, hpc_ids:List[str] = [], cc_ids:List[str] = [], hostnames:List[str] = []) -> List[NodeHistoryItem]:
return [i for i in self.__items if ci_in(i.hpc_id, hpc_ids) or ci_in(i.cc_id, cc_ids) or ci_in(i.hostname, hostnames)]