Home
last modified time | relevance | path

Searched refs:_strong_cache (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/zoneinfo/
H A D_zoneinfo.py32 _strong_cache = collections.OrderedDict() variable in ZoneInfo
37 cls._strong_cache = collections.OrderedDict()
47 cls._strong_cache[key] = cls._strong_cache.pop(key, instance)
49 if len(cls._strong_cache) > cls._strong_cache_size:
50 cls._strong_cache.popitem(last=False)
95 cls._strong_cache.pop(key, None)
99 cls._strong_cache.clear()

Completed in 1 milliseconds