Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_fnmatch.py7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge
13 _purge()
/external/python/cpython2/Lib/
Dfnmatch.py20 def _purge(): function