Searched defs:formatyear (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcalendar.py334 def formatyear(self, theyear, w=2, l=1, c=6, m=3): member in class:TextCalendar
373 print self.formatyear(theyear, w, l, c, m)
442 def formatyear(self, theyear, width=3): member in class:HTMLCalendar
482 a(self.formatyear(theyear, width))
586 calendar = c.formatyear
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcalendar.py334 def formatyear(self, theyear, w=2, l=1, c=6, m=3): member in class:TextCalendar
373 print self.formatyear(theyear, w, l, c, m)
442 def formatyear(self, theyear, width=3): member in class:HTMLCalendar
482 a(self.formatyear(theyear, width))
586 calendar = c.formatyear
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcalendar.py334 def formatyear(self, theyear, w=2, l=1, c=6, m=3): member in class:TextCalendar
373 print self.formatyear(theyear, w, l, c, m)
442 def formatyear(self, theyear, width=3): member in class:HTMLCalendar
482 a(self.formatyear(theyear, width))
586 calendar = c.formatyear
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcalendar.py334 def formatyear(self, theyear, w=2, l=1, c=6, m=3): member in class:TextCalendar
373 print self.formatyear(theyear, w, l, c, m)
442 def formatyear(self, theyear, width=3): member in class:HTMLCalendar
482 a(self.formatyear(theyear, width))
586 calendar = c.formatyear
699 result = cal.formatyear(datetime.date.today().year, **optdict)
701 result = cal.formatyear(int(args[1]), **optdict)

Completed in 23 milliseconds