Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcalendar.py299 def prweek(self, theweek, width): argument
303 print(self.formatweek(theweek, width), end='')
315 def formatweek(self, theweek, width): argument
319 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
446 def formatweek(self, theweek): argument
450 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)