whois the source and print the output
(self)
| 91 | __slots__ = [] |
| 92 | |
| 93 | def whois(self): |
| 94 | """whois the source and print the output""" |
| 95 | print(whois(self.src).decode("utf8", "ignore")) |
| 96 | |
| 97 | def _ttl(self): |
| 98 | """Returns ttl or hlim, depending on the IP version""" |