Home
last modified time | relevance | path

Searched refs:pryear (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py372 def pryear(self, theyear, w=0, l=0, c=6, m=3): member in TextCalendar
588 prcal = c.pryear
/external/python/cpython3/Lib/
Dcalendar.py372 def pryear(self, theyear, w=0, l=0, c=6, m=3): member in TextCalendar
575 prcal = c.pryear
/external/python/cpython3/Lib/test/
Dtest_calendar.py416 calendar.TextCalendar().pryear(2004)
/external/python/cpython3/Doc/library/
Dcalendar.rst140 .. method:: pryear(theyear, w=2, l=1, c=6, m=3)
/external/python/cpython2/Doc/library/
Dcalendar.rst144 .. method:: pryear(theyear[, w[, l[, c[, m]]]])