Path 1: 4 calls (1.0)
→ day 0 (3) 1 (1)
→ width 10 (2) 5 (1) 2 (1)
1def formatweekday(self, day, width): 2 with different_locale(self.locale): 3 return super().formatweekday(day, width)