MCPcopy 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_no_cacheMethod · 0.80
test_no_cacheMethod · 0.80
test_no_cacheMethod · 0.80
_unpickleMethod · 0.80

Calls 1

_new_instanceMethod · 0.80

Tested by 5

test_no_cacheMethod · 0.64
test_no_cacheMethod · 0.64
test_no_cacheMethod · 0.64