Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/metadata/
D_functools.py83 wrapper.cache_clear = lambda: None
D__init__.py779 self.lookup.cache_clear()
879 FastPath.__new__.cache_clear()
/third_party/python/Modules/_sqlite/
Dcache.c124 cache_clear(pysqlite_Cache *self) in cache_clear() function
326 {Py_tp_clear, cache_clear},
/third_party/python/Lib/
Dfunctools.py628 def cache_clear(): function
638 wrapper.cache_clear = cache_clear
Dre.py256 _compile_repl.cache_clear()
Dtyping.py303 _cleanups.append(cached.cache_clear)
/third_party/jinja2/
Dutils.py127 get_spontaneous_environment.cache_clear()
/third_party/python/Lib/test/
Dtest_functools.py1219 fib.cache_clear()
1247 f.cache_clear() # test clearing
1453 fib.cache_clear()
1510 fib.cache_clear()
1524 fib.cache_clear()
1563 f.cache_clear()
/third_party/python/Doc/library/
Dfunctools.rst184 The decorator also provides a :func:`cache_clear` function for clearing or
/third_party/python/Doc/whatsnew/
D3.2.rst780 >>> get_phone_number.cache_clear()