Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py266 def prweek(self, theweek, width): member in TextCalendar
582 prweek = c.prweek variable
/external/python/cpython3/Lib/
Dcalendar.py299 def prweek(self, theweek, width): member in TextCalendar
626 prweek = c.prweek variable
/external/python/cpython3/Lib/test/
Dtest_calendar.py474 calendar.TextCalendar().prweek(week, 1)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst4035 calendar.TextCalendar.prweek() no longer prints a space after a weeks's