Home
last modified time | relevance | path

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

/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/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/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/Demo/tkinter/ttk/
Dttkcalendar.py13 return calendar.TextCalendar(fwday)