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

Class BinaryOp

Expression --+
             |
            BinaryOp

Known Subclasses:
And, Not, Or, Range

Base class for binary expressions. Has a left and a right child
Method Summary
  __init__(self, left, right)
  __iter__(self)
Traverse the tree in postfix order
    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 Thu Aug 10 20:05:39 2006 http://epydoc.sf.net