Home
last modified time | relevance | path

Searched refs:formatweekheader (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py298 def formatweekheader(self, width): member in TextCalendar
328 s += self.formatweekheader(w).rstrip()
347 header = self.formatweekheader(w)
407 def formatweekheader(self): member in HTMLCalendar
434 a(self.formatweekheader())
584 weekheader = c.formatweekheader
/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py107 cols = self._cal.formatweekheader(3).split()