Path 1: 2 calls (1.0)

0 (2)

'en_US' (1) '' (1)

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