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

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)
  __iter__(self)
Traverse the tree in postfix order
  __str__(self)
    Inherited from Expression
  __and__(self, other)
intersection of two expressions
  __or__(self, other)
union of two expressions

Method Details

__iter__(self)

Traverse the tree in postfix order
Overrides:
Bio.EUtils.Datatypes.Expression.__iter__

Generated by Epydoc 2.1 on Mon Aug 27 16:12:12 2007 http://epydoc.sf.net