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 | |
---|---|
Create an rdataset of the specified class, type, and TTL, and with the specified rdata objects. | |
Create an rdataset of the specified class, type, and TTL, and with the specified list of rdata objects. | |
Create an rdataset of the specified class, type, and TTL, and with the specified rdatas in text format. | |
Create an rdataset of 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 of the specified class, type, and TTL, and with the specified rdata objects. |
from_rdata_list(ttl, rdatas)Create an rdataset of the specified class, type, and TTL, and with the specified list of rdata objects. |
from_text(rdclass, rdtype, ttl, *text_rdatas)Create an rdataset of 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 of 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 Thu Jun 5 22:37:33 2003 | http://epydoc.sf.net |