Searched refs:HTMLCalendar (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcalendar.py376 class HTMLCalendar(Calendar): class in inherits:Calendar
536 class LocaleHTMLCalendar(HTMLCalendar):
544 HTMLCalendar.__init__(self, firstweekday)
677 cal = HTMLCalendar()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcalendar.py372 class HTMLCalendar(Calendar): class in inherits:Calendar
531 class LocaleHTMLCalendar(HTMLCalendar):
539 HTMLCalendar.__init__(self, firstweekday)
672 cal = HTMLCalendar()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_calendar.py199 calendar.HTMLCalendar().formatyearpage(2004).strip(),

Completed in 1118 milliseconds