Path 1: 437 calls (1.0)

6 (64) 1 (63) 0 (62) 2 (62) 3 (62) 4 (62) 5 (62)

'Tue' (37) 'Sun' (37) 'Mon' (36) 'Wed' (36) 'Thu

1def formatweekday(self, day):
2        """
3        Return a weekday name as a table header.
4        """
5        return '<th class="%s">%s</th>' % (
6            self.cssclasses_weekday_head[day], day_abbr[day])