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

Class Date


Allow simple Date storage

Parameters and attributes are 'year', 'month', and 'day'
Method Summary
  __init__(self, year, month, day)
  __eq__(self, other)
Are these two times equal?
  __ne__(self, other)
Are these two times dissimilar?
  __repr__(self)
  __str__(self)
  timetuple(self)
Return the 9-tuple needed by various time functions

Method Details

__eq__(self, other)
(Equality operator)

Are these two times equal?

__ne__(self, other)

Are these two times dissimilar?

timetuple(self)

Return the 9-tuple needed by various time functions

Generated by Epydoc 2.1 on Wed Jan 31 09:59:43 2007 http://epydoc.sf.net