Searched refs:HTMLCalendar (Results 1 – 7 of 7) sorted by relevance
382 cal = calendar.HTMLCalendar()461 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=True),467 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=False),925 class CustomHTMLCal(calendar.HTMLCalendar):927 calendar.HTMLCalendar.cssclasses]
170 .. class:: HTMLCalendar(firstweekday=0)175 :class:`!HTMLCalendar` instances have the following methods:199 :class:`!HTMLCalendar` has the following attributes you can override to268 Here is an example how :class:`!HTMLCalendar` can be customized::270 class CustomHTMLCal(calendar.HTMLCalendar):272 calendar.HTMLCalendar.cssclasses]288 This subclass of :class:`HTMLCalendar` can be passed a locale name in the
377 class HTMLCalendar(Calendar): class537 class LocaleHTMLCalendar(HTMLCalendar):545 HTMLCalendar.__init__(self, firstweekday)678 cal = HTMLCalendar()
410 class HTMLCalendar(Calendar): class589 class LocaleHTMLCalendar(HTMLCalendar):597 HTMLCalendar.__init__(self, firstweekday)734 cal = HTMLCalendar()
149 .. class:: HTMLCalendar([firstweekday])155 :class:`HTMLCalendar` instances have the following methods:192 This subclass of :class:`HTMLCalendar` can be passed a locale name in the
211 calendar.HTMLCalendar().formatyearpage(2004).strip(),
784 The :class:`~calendar.HTMLCalendar` class has new class attributes which ease