Home | Trees | Indices | Help |
|
---|
|
object --+ | Node
A DNS node.
A node is a set of rdatasets
|
|||
|
|||
string |
|
||
|
|||
bool |
|
||
|
|||
|
|||
|
|||
dns.rdataset.Rdataset object |
|
||
dns.rdataset.Rdataset object or None |
|
||
|
|||
|
|||
Inherited from |
|
|||
list of dns.rdataset.Rdataset objects |
rdatasets the node's rdatasets |
|
|||
Inherited from |
|
Initialize a DNS node.
|
Convert a node to text format. Each rdataset at the node is printed. Any keyword arguments to this method are passed on to the rdataset's to_text() method.
|
repr(x)
|
Find an rdataset matching the specified properties in the current node.
|
Get an rdataset matching the specified properties in the current node. None is returned if an rdataset of the specified type and class does not exist and create is not True.
|
Delete the rdataset matching the specified properties in the current node. If a matching rdataset does not exist, it is not an error.
|
Replace an rdataset. It is not an error if there is no rdataset matching replacement. Ownership of the replacement object is transferred to the node; in other words, this method does not store a copy of replacement at the node, it stores replacement itself. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 25 16:40:21 2010 | http://epydoc.sourceforge.net |