OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_parse_cache
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py
66
_parse_cache
= {}
variable
70
_parse_cache
.clear()
175
cached =
_parse_cache
.get(key, None)
178
if len(
_parse_cache
) >= MAX_CACHE_SIZE: # avoid runaway growth
196
_parse_cache
[key] = v
219
_parse_cache
[key] = v
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py
66
_parse_cache
= {}
variable
70
_parse_cache
.clear()
175
cached =
_parse_cache
.get(key, None)
178
if len(
_parse_cache
) >= MAX_CACHE_SIZE: # avoid runaway growth
196
_parse_cache
[key] = v
219
_parse_cache
[key] = v
Completed in 1206 milliseconds