Home
last modified time | relevance | path

Searched defs:_cache (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-internal-iterable-weak-map.js17 const _cache = { variable
37 const _cache = { variable
51 const _cache = { variable
67 const _cache = { variable
82 const _cache = { variable
96 const _cache = { variable
/third_party/python/Lib/encodings/
D__init__.py35 _cache = {} variable
/third_party/python/Tools/scripts/
Dfind_recursionlimit.py73 def test_cpickle(_cache={}): argument
/third_party/python/Lib/
Dfilecmp.py20 _cache = {} variable
Dre.py286 _cache = {} # ordered! variable
/third_party/python/Lib/xml/etree/
DElementPath.py332 _cache = {} variable
/third_party/python/Lib/multiprocessing/
Dmanagers.py939 def MakeProxyType(name, exposed, _cache={}): argument