Searched refs:pryear (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/ |
D | calendar.py | 372 def pryear(self, theyear, w=0, l=0, c=6, m=3): member in TextCalendar 588 prcal = c.pryear
|
/external/python/cpython3/Lib/ |
D | calendar.py | 405 def pryear(self, theyear, w=0, l=0, c=6, m=3): member in TextCalendar 632 prcal = c.pryear
|
/external/python/cpython3/Lib/test/ |
D | test_calendar.py | 484 calendar.TextCalendar().pryear(2004)
|
/external/python/cpython2/Doc/library/ |
D | calendar.rst | 144 .. method:: pryear(theyear[, w[, l[, c[, m]]]])
|
/external/python/cpython3/Doc/library/ |
D | calendar.rst | 165 .. method:: pryear(theyear, w=2, l=1, c=6, m=3)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 4036 calendar. calendar.TextCalendar.pryear() no longer prints redundant newline
|