Path 1: 3 calls (1.0)
→ firstweekday 0 (3)
→ locale '' (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