twisted.names.client.Resolver._query(self, *args) method documentationtwisted.names.client.Resolver
          View Source
          
        
      Get a new DNSDatagramProtocol instance from _connectedProtocol, issue a query to it using *args, and arrange for it to be disconnected from its transport after the query completes.
| Parameters | *args | Positional arguments to be passed to DNSDatagramProtocol.query. | 
| Returns | A Deferred which will be called back with the result of the query. | |
| Function | cbQueried | Undocumented |