Home | History | Annotate | Download | only in hosts

Lines Matching refs:_ip

34         self._ip = None
62 if not self._ip:
63 self._ip = socket.getaddrinfo(self.hostname, None)[0][4][0]
64 return self._ip