Searched refs:_allowed_hosts_for_master_job (Results 1 – 2 of 2) sorted by relevance
112 got = rpc_utils._allowed_hosts_for_master_job([])120 got = rpc_utils._allowed_hosts_for_master_job([1, 2])128 got = rpc_utils._allowed_hosts_for_master_job([1, 2])134 got = rpc_utils._allowed_hosts_for_master_job([1, 2])
837 or _allowed_hosts_for_master_job(host_objects)):845 def _allowed_hosts_for_master_job(host_objects): function