Package Bio :: Package EUtils :: Module Datatypes :: Class Term
[hide private]
[frames] | no frames]

Class Term

source code

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

Instance Methods [hide private]
 
__init__(self, term, field, count, explode) source code
 
__str__(self) source code
 
__iter__(self)
Traverse the tree in postfix order
source code

Inherited from Expression: __and__, __or__

Method Details [hide private]

__iter__(self)

source code 

Traverse the tree in postfix order

Overrides: Expression.__iter__