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

Method zone_from_key

Lib/test/test_zoneinfo/test_zoneinfo.py:146–147  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

144 return [self.zoneinfo_data.tzpath]
145
146 def zone_from_key(self, key):
147 return self.klass(key)
148
149 def zones(self):
150 return ZoneDumpData.transition_keys()

Callers 7

test_strMethod · 0.95
test_fromutc_errorsMethod · 0.95
test_unambiguousMethod · 0.95
test_folds_and_gapsMethod · 0.95
test_folds_from_utcMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected