Searched refs:is_usable (Results 1 – 1 of 1) sorted by relevance
124 usable_hosts = [host for host in updated_hosts if is_usable(host)]126 unusable_hosts = [h for h in updated_hosts if not is_usable(h)]156 def is_usable(host): function