| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
dict --+
|
NameDict
A dictionary whose keys are dns.name.Name objects.
|
|||
new empty dictionary |
|
||
|
|||
| (key, value) tuple |
|
||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
| int |
max_depth the maximum depth of the keys that have ever been added to the dictionary. |
||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
x[i]=y
|
Find the deepest match to name in the dictionary. The deepest match is the longest name in the dictionary which is a superdomain of name.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Apr 8 14:29:04 2012 | http://epydoc.sourceforge.net |