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

Class Range

source code

Expression --+    
             |    
      BinaryOp --+
                 |
                Range

Used to store a date range

Instance Methods [hide private]
 
__init__(self, left, right) source code
 
__str__(self) source code

Inherited from BinaryOp: __iter__

Inherited from Expression: __and__, __or__

Method Details [hide private]

__init__(self, left, right)
(Constructor)

source code 
Overrides: BinaryOp.__init__