Searched refs:_purge (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_fnmatch.py | 7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge |
/external/python/cpython2/Lib/ | ||
D | fnmatch.py | 20 def _purge(): function |