Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ zone_from_key
Method
zone_from_key
Lib/test/test_zoneinfo/test_zoneinfo.py:578–579 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
576
return
False
577
578
def
zone_from_key(self, key):
579
return
self.klass(key=key)
580
581
582
@unittest.skipIf(
Callers
1
test_fold_mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected