Searched refs:construct_zone (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 557 zf = self.construct_zone(transitions, after) 596 zf = self.construct_zone(transitions, after) 629 zf = self.construct_zone(transitions, after) 677 zf = self.construct_zone(transitions, after) 694 zf = self.construct_zone([], "") 724 zf = self.construct_zone(transitions, after) 766 zf = self.construct_zone(transitions, after) 781 def construct_zone(self, transitions, after=None, version=3): member in WeirdZoneTest
|