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

Class Range

Expression --+    
             |    
      BinaryOp --+
                 |
                Range


Used to store a date range
Method Summary
  __init__(self, left, right)
  __str__(self)
    Inherited from BinaryOp
  __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 Sat Jul 16 15:49:02 2005 http://epydoc.sf.net