HomeSort by relevance Sort by last modified time
    Searched refs:formatyear (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 334 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/
calendar.py 334 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/test/
test_calendar.py 194 calendar.TextCalendar().formatyear(2004).strip(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py 194 calendar.TextCalendar().formatyear(2004).strip(),

Completed in 217 milliseconds