Path 1: 3 calls (1.0)

0 (3)

'' (3)

1def __init__(self, firstweekday=0, locale=None):
2        HTMLCalendar.__init__(self, firstweekday)
3        if locale is None:
4            locale = _locale.getdefaultlocale()
5        self.locale = locale