| Trees | Index | Help |
|---|
| Package Bio :: Package EUtils :: Module Datatypes :: Class Term |
|
Expression --+
|
Term
Information about an Expression Term, which is the leaf node The fields are: term -- a word from the search term field -- the field searched by this term count -- the number of records matching this word explode -- no idea
| Method Summary | |
|---|---|
__init__(self,
term,
field,
count,
explode)
| |
Traverse the tree in postfix order | |
__str__(self)
| |
| Inherited from Expression | |
intersection of two expressions | |
union of two expressions | |
| Method Details |
|---|
__iter__(self)Traverse the tree in postfix order
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Aug 14 08:26:44 2006 | http://epydoc.sf.net |