Path 1: 1 calls (1.0)

2004 (1)

1 (1)

0 (1)

0 (1)

1def prmonth(self, theyear, themonth, w=0, l=0):
2        """
3        Print a month's calendar.
4        """
5        print(self.formatmonth(theyear, themonth, w, l), end='')