Home | Trees | Indices | Help |
|
---|
|
DNS stub resolver.
|
|||
NXDOMAIN The query name does not exist. |
|||
NoAnswer The response did not contain an answer to the question. |
|||
NoNameservers No non-broken nameservers are available to answer the query. |
|||
NotAbsolute Raised if an absolute domain name is required but a relative name was provided. |
|||
NoRootSOA Raised if for some reason there is no SOA at the root name. |
|||
Answer DNS stub resolver answer |
|||
Cache Simple DNS answer cache. |
|||
Resolver DNS stub resolver |
|
|||
|
|||
|
|||
dns.name.Name |
|
|
|||
dns.resolver.Resolver object |
default_resolver = None The default resolver object |
||
__package__ =
|
|
Query nameservers to find the answer to the question. This is a convenience function that uses the default resolver object to make the query. See Also: dns.resolver.Resolver.query for more information on the parameters. |
Find the name of the zone which contains the specified name.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 22 11:50:43 2010 | http://epydoc.sourceforge.net |