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

Class Date

source code

Allow simple Date storage

Parameters and attributes are 'year', 'month', and 'day'

Instance Methods [hide private]
 
__init__(self, year, month, day) source code
 
__repr__(self) source code
 
__str__(self) source code
 
timetuple(self)
Return the 9-tuple needed by various time functions
source code
 
__eq__(self, other)
Are these two times equal?
source code
 
__ne__(self, other)
Are these two times dissimilar?
source code