예제 #1
0
 def __init__(self, hosts):
     self._allowed_hosts = self._allowed_hosts_resolved = tuple(hosts)
     RoundRobinPolicy.__init__(self)
 def __init__(self, ignored_hosts):
     self.ignored_hosts = ignored_hosts
     RoundRobinPolicy.__init__(self)
예제 #3
0
 def __init__(self, ignored_hosts):
     self.ignored_hosts = ignored_hosts
     RoundRobinPolicy.__init__(self)