| 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 Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |