Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py266 def prweek(self, theweek, width): argument
270 print self.formatweek(theweek, width),
282 def formatweek(self, theweek, width): argument
286 return ' '.join(self.formatday(d, wd, width) for (d, wd) in theweek)
394 def formatweek(self, theweek): argument
398 s = ''.join(self.formatday(d, wd) for (d, wd) in theweek)