Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Dparse.py86 _parse_cache = {} variable
90 _parse_cache.clear()
461 cached = _parse_cache.get(key, None)
464 if len(_parse_cache) >= MAX_CACHE_SIZE: # avoid runaway growth
489 _parse_cache[key] = v