Trees | Index | Help |
---|
Package Bio :: Package EUtils :: Module Datatypes :: Class Date |
|
Allow simple Date storage
Parameters and attributes are 'year', 'month', and 'day'Method Summary | |
---|---|
__init__(self,
year,
month,
day)
| |
Are these two times equal? | |
Are these two times dissimilar? | |
__repr__(self)
| |
__str__(self)
| |
Return the 9-tuple needed by various time functions |
Method Details |
---|
__eq__(self,
other)
Are these two times equal?
|
__ne__(self, other)Are these two times dissimilar? |
timetuple(self)Return the 9-tuple needed by various time functions |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:08 2007 | http://epydoc.sf.net |