Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ transition_keys
Method
transition_keys
Lib/test/test_zoneinfo/test_zoneinfo.py:2235–2236 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
2233
class
ZoneDumpData:
2234
@classmethod
2235
def
transition_keys(cls):
2236
return
cls._get_zonedump().keys()
2237
2238
@classmethod
2239
def
load_transition_examples(cls, key):
Callers
1
zones
Method · 0.80
Calls
2
_get_zonedump
Method · 0.80
keys
Method · 0.45
Tested by
no test coverage detected