Path 1: 1 calls (1.0)

list (1)

1 (1)

1def prweek(self, theweek, width):
2        """
3        Print a single week (no newline).
4        """
5        print(self.formatweek(theweek, width), end='')