Path 1: 3 calls (1.0)

2010 (3)

10 (3)

10 (2) True (1)

1def formatmonthname(self, theyear, themonth, withyear=True):
2        with different_locale(self.locale):
3            return super().formatmonthname(theyear, themonth, withyear)