Path 1: 11 calls (1.0)
1def __enter__(self): 2 self.oldlocale = _locale.getlocale(_locale.LC_TIME) 3 _locale.setlocale(_locale.LC_TIME, self.locale)