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

Class And

Expression --+    
             |    
      BinaryOp --+
                 |
                And


intersection of 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 Wed Jan 31 09:59:43 2007 http://epydoc.sf.net