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

Class Or

Expression --+    
             |    
      BinaryOp --+
                 |
                Or


union two subexpressions
Method Summary
  __str__(self)
    Inherited from BinaryOp
  __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

Generated by Epydoc 2.1 on Thu Aug 10 20:01:05 2006 http://epydoc.sf.net