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])
831 or _allowed_hosts_for_master_job(host_objects)):839 def _allowed_hosts_for_master_job(host_objects): function