chris
index
/home/ping/web/bc/date/chris.py

 
Classes
            
MyTime
 
class MyTime
       
   Methods defined here:
__cmp__(t1, t2)
__init__(self, month, day=1, year=2000)
 format is one str YYYY-MM-DD, or three int month, day, year
__str__(self, type=0)
date(self)
return a tuple of the date
leapyear(self)
next(self, num=1)
prev(self, num=1)

Data and non-method functions defined here:
__doc__ = None
__module__ = 'chris'

 
Data
             __file__ = './chris.pyc'
__name__ = 'chris'