MCPcopy Index your code
hub / github.com/python/cpython / zones

Method zones

Lib/test/test_zoneinfo/test_zoneinfo.py:149–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 return self.klass(key)
148
149 def zones(self):
150 return ZoneDumpData.transition_keys()
151
152 def fixed_offset_zones(self):
153 return ZoneDumpData.fixed_offset_zones()

Callers 8

test_strMethod · 0.95
test_reprMethod · 0.95
test_key_attributeMethod · 0.95
test_fromutc_errorsMethod · 0.95
test_unambiguousMethod · 0.95
test_folds_and_gapsMethod · 0.95
test_folds_from_utcMethod · 0.95

Calls 1

transition_keysMethod · 0.80

Tested by

no test coverage detected