Home
last modified time | relevance | path

Searched defs:prmonth (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py313 def prmonth(self, theyear, themonth, w=0, l=0): member in TextCalendar
585 prmonth = c.prmonth variable
/external/python/cpython3/Lib/
Dcalendar.py346 def prmonth(self, theyear, themonth, w=0, l=0): member in TextCalendar
629 prmonth = c.prmonth variable