Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dcalendar.py266 def prweek(self, theweek, width): member in TextCalendar
569 prweek = c.prweek variable
/external/python/cpython2/Lib/
Dcalendar.py266 def prweek(self, theweek, width): member in TextCalendar
582 prweek = c.prweek variable
/external/python/cpython3/Lib/test/
Dtest_calendar.py406 calendar.TextCalendar().prweek(week, 1)