Home | Trees | Indices | Help |
|
---|
|
object --+ | set.Set --+ | rdataset.Rdataset --+ | RRset
A DNS RRset (named rdataset).
RRset inherits from Rdataset, and RRsets can be treated as Rdatasets in most cases. There are, however, a few notable exceptions. RRsets have different to_wire() and to_text() method arguments, reflecting the fact that RRsets always have an owner name.
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|||
int |
|
||
dns.rdataset.Rdataset object |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
deleting | |||
name | |||
Inherited from |
|
Create a new RRset.
|
Make a (shallow) copy of the set. There is a 'clone protocol' that subclasses of this class should use. To make a copy, first call your super's _clone() method, and use the object returned as the new instance. Then make shallow copies of the attributes defined in the subclass. This protocol allows us to write the set algorithms that return new instances (e.g. union) once, and keep using them in subclasses.
|
repr(x)
|
str(x)
|
Two RRsets are equal if they have the same name and the same rdataset
|
Returns True if this rrset matches the specified class, type, covers, and deletion state.
|
Convert the RRset into DNS master file format.
See Also: dns.name.Name.choose_relativity for more information on how origin and relativize determine the way names are emitted. Any additional keyword arguments are passed on to the rdata to_text() method. |
Convert the RRset to wire format.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 30 08:16:43 2016 | http://epydoc.sourceforge.net |