| Home | Trees | Indices | Help |
|
|---|
|
|
a PATRICIA trie node
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Method Details |
insert the string in the trie and associate data to it if the string exists is the trie, data is added to the existing datas |
return datas associated with string and remove string from the trie raise KeyError if the key isn't found FIXME: we should change the trie structure |
return datas associated with string raise KeyError if the key isn't found |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 1 09:46:50 2008 | http://epydoc.sourceforge.net |