Home
last modified time | relevance | path

Searched refs:HTMLCalendar (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_calendar.py382 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]
/external/python/cpython3/Doc/library/
Dcalendar.rst170 .. class:: HTMLCalendar(firstweekday=0)
175 :class:`!HTMLCalendar` instances have the following methods:
199 :class:`!HTMLCalendar` has the following attributes you can override to
268 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
/external/python/cpython2/Lib/
Dcalendar.py377 class HTMLCalendar(Calendar): class
537 class LocaleHTMLCalendar(HTMLCalendar):
545 HTMLCalendar.__init__(self, firstweekday)
678 cal = HTMLCalendar()
/external/python/cpython3/Lib/
Dcalendar.py410 class HTMLCalendar(Calendar): class
589 class LocaleHTMLCalendar(HTMLCalendar):
597 HTMLCalendar.__init__(self, firstweekday)
734 cal = HTMLCalendar()
/external/python/cpython2/Doc/library/
Dcalendar.rst149 .. 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
/external/python/cpython2/Lib/test/
Dtest_calendar.py211 calendar.HTMLCalendar().formatyearpage(2004).strip(),
/external/python/cpython3/Doc/whatsnew/
D3.7.rst784 The :class:`~calendar.HTMLCalendar` class has new class attributes which ease