Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ no_cache
Method
no_cache
Lib/zoneinfo/_zoneinfo.py:59–63 ·
view source on GitHub ↗
(cls, key)
Source
from the content-addressed store, hash-verified
57
58
@classmethod
59
def
no_cache(cls, key):
60
obj = cls._new_instance(key)
61
obj._from_cache = False
62
63
return
obj
64
65
@classmethod
66
def
_new_instance(cls, key):
Callers
6
test_pickle_unpickle_no_cache
Method · 0.80
test_pickle_unpickle_no_cache_multiple_rounds
Method · 0.80
test_no_cache
Method · 0.80
test_no_cache
Method · 0.80
test_no_cache
Method · 0.80
_unpickle
Method · 0.80
Calls
1
_new_instance
Method · 0.80
Tested by
5
test_pickle_unpickle_no_cache
Method · 0.64
test_pickle_unpickle_no_cache_multiple_rounds
Method · 0.64
test_no_cache
Method · 0.64
test_no_cache
Method · 0.64
test_no_cache
Method · 0.64