| Home | Trees | Index | Help |
|
|---|
| Package dns :: Module rdataset |
|
| Classes | |
|---|---|
Rdataset |
A DNS rdataset. |
SimpleSet |
A very simple set class. |
| Exceptions | |
|---|---|
DifferingCovers |
Raised if an attempt is made to add a SIG whose covered type is not the same as that of the other rdatas in the rdataset. |
IncompatibleTypes |
Raised if an attempt is made to add rdata of an incompatible type. |
| Function Summary | |
|---|---|
| dns.rdataset.Rdataset object |
Create an rdataset with the specified TTL, and with the specified rdata objects. |
| dns.rdataset.Rdataset object |
Create an rdataset with the specified TTL, and with the specified list of rdata objects. |
| dns.rdataset.Rdataset object |
Create an rdataset with the specified class, type, and TTL, and with the specified rdatas in text format. |
| dns.rdataset.Rdataset object |
Create an rdataset with the specified class, type, and TTL, and with the specified list of rdatas in text format. |
| Function Details |
|---|
from_rdata(ttl, *rdatas)Create an rdataset with the specified TTL, and with the specified rdata objects.
|
from_rdata_list(ttl, rdatas)Create an rdataset with the specified TTL, and with the specified list of rdata objects.
|
from_text(rdclass, rdtype, ttl, *text_rdatas)Create an rdataset with the specified class, type, and TTL, and with the specified rdatas in text format.
|
from_text_list(rdclass, rdtype, ttl, text_rdatas)Create an rdataset with the specified class, type, and TTL, and with the specified list of rdatas in text format.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Sat Jul 19 02:54:28 2003 | http://epydoc.sf.net |