コード例 #1
0
 def testGetDomaintools(self):
     n = NetworkAddressGetter()
     d = n.getDomaintools()
     d.addCallback(self._checkIP)
     return d