Home
last modified time | relevance | path

Searched refs:TextCalendar (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_calendar.py343 calendar.TextCalendar().formatyear(2004),
374 calendar.TextCalendar().formatweekheader(2),
380 calendar.TextCalendar().formatweekheader(9),
387 calendar.TextCalendar().formatmonth(2004, 1),
406 calendar.TextCalendar().prweek(week, 1)
411 calendar.TextCalendar().prmonth(2004, 1)
416 calendar.TextCalendar().pryear(2004)
479 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
496 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
/external/python/cpython2/Lib/
Dcalendar.py260 class TextCalendar(Calendar): class
502 class LocaleTextCalendar(TextCalendar):
511 TextCalendar.__init__(self, firstweekday)
568 c = TextCalendar()
694 cal = TextCalendar()
/external/python/cpython3/Lib/
Dcalendar.py260 class TextCalendar(Calendar): class
501 class LocaleTextCalendar(TextCalendar):
510 TextCalendar.__init__(self, firstweekday)
559 c = TextCalendar()
694 cal = TextCalendar()
/external/python/cpython3/Doc/library/
Dcalendar.rst110 .. class:: TextCalendar(firstweekday=0)
114 :class:`TextCalendar` instances have the following methods:
176 This subclass of :class:`TextCalendar` can be passed a locale name in the
260 of the :class:`TextCalendar` class.
271 the :meth:`formatyear` of the :class:`TextCalendar` class.
/external/python/cpython2/Doc/library/
Dcalendar.rst111 .. class:: TextCalendar([firstweekday])
117 :class:`TextCalendar` instances have the following methods:
182 This subclass of :class:`TextCalendar` can be passed a locale name in the
277 of the :class:`TextCalendar` class.
290 :meth:`formatyear` of the :class:`TextCalendar` class.
/external/python/cpython2/Lib/test/
Dtest_calendar.py205 calendar.TextCalendar().formatyear(2004).strip(),
267 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
286 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py13 return calendar.TextCalendar(fwday)
/external/python/cpython3/Misc/
DNEWS606 - Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
3705 - Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space