コード例 #1
0
ファイル: test_client.py プロジェクト: hugovk/twisted
 def test_lookupWellKnownServices(self):
     """
     See L{test_lookupAddress}
     """
     d = client.lookupWellKnownServices(self.hostname)
     d.addCallback(self.checkResult, dns.WKS)
     return d
コード例 #2
0
ファイル: test_client.py プロジェクト: ali-hallaji/twisted
 def test_lookupWellKnownServices(self):
     """
     See L{test_lookupAddress}
     """
     d = client.lookupWellKnownServices(self.hostname)
     d.addCallback(self.checkResult, dns.WKS)
     return d