Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_str
Method · 0.95
test_repr
Method · 0.95
test_key_attribute
Method · 0.95
test_fromutc_errors
Method · 0.95
test_unambiguous
Method · 0.95
test_folds_and_gaps
Method · 0.95
test_folds_from_utc
Method · 0.95
test_time_variable_offset
Method · 0.95
Calls
1
transition_keys
Method · 0.80
Tested by
no test coverage detected