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