Home
last modified time | relevance | path

Searched refs:_parse_cache (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Durlparse.py66 _parse_cache = {} variable
70 _parse_cache.clear()
176 cached = _parse_cache.get(key, None)
179 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth
197 _parse_cache[key] = v
220 _parse_cache[key] = v