Home | Trees | Index | Help |
|
---|
Package dns :: Module namedict :: Class NameDict |
|
object
--+ |dict
--+ | NameDict
Method Summary | |
---|---|
__init__(self,
*args,
**kwargs)
| |
a new object with type S, a subtype of T |
|
__setitem__(self,
key,
value)
| |
(key, value) tuple |
Find the deepest match to namein the dictionary. |
Instance Variable Summary | |
---|---|
int | max_depth
- the maximum depth of the keys that have ever been added to the
dictionary. |
Method Details |
---|
__new__(S, ...)
|
get_deepest_match(self, name)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.
|
Instance Variable Details |
---|
max_depththe maximum depth of the keys that have ever been added to the dictionary.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sat Jul 19 02:54:30 2003 | http://epydoc.sf.net |