Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dlinecache.py26 def clearcache(): function
43 clearcache()
/external/python/cpython2/Lib/test/
Dtest_linecache.py90 linecache.clearcache()
136 linecache.clearcache()
Dtest_zipimport_support.py71 linecache.clearcache()
Dtest_zipimport.py65 linecache.clearcache()
Dregrtest.py1185 linecache.clearcache()
/external/python/cpython2/Doc/library/
Dlinecache.rst38 .. function:: clearcache()
/external/python/cpython2/Modules/
D_struct.c1845 clearcache(PyObject *self) in clearcache() function
1976 {"_clearcache", (PyCFunction)clearcache, METH_NOARGS, clearcache_doc},