Searched refs:dircache (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_dircache.py | 8 dircache = import_module('dircache', deprecated=True) variable 37 entries = dircache.listdir(self.tempdir) 41 self.assertTrue(dircache.listdir(self.tempdir) is entries) 54 entries = dircache.listdir(self.tempdir) 56 self.assertTrue(dircache.listdir(self.tempdir) is entries) 59 self.assertRaises(OSError, dircache.listdir, self.tempdir+"_nonexistent") 65 dircache.annotate(self.tempdir, lst) 73 dircache.reset()
|
D | regrtest.py | 1174 dircache = sys.modules['dircache'] 1178 dircache.reset()
|
/external/python/cpython2/Doc/library/ |
D | dircache.rst | 2 :mod:`dircache` --- Cached directory listings 5 .. module:: dircache 10 The :mod:`dircache` module has been removed in Python 3. 16 The :mod:`dircache` module defines a function for reading directory listing 21 The :mod:`dircache` module defines the following functions: 51 >>> import dircache 52 >>> a = dircache.listdir('/') 57 >>> dircache.annotate('/', a)
|
D | filesys.rst | 26 dircache.rst
|
/external/jsoncpp/devtools/ |
D | antglob.py | 6 from dircache import listdir
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.4.rst | 1531 * :func:`dircache.listdir` now passes exceptions to the caller instead of
|
D | 2.6.rst | 2929 :mod:`dircache`,
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1870 dircache Sorted list of files in a dir, using a cache.
|
D | HISTORY | 3492 - dircache now passes exceptions to the caller, instead of returning 9146 stdwin, soundex, cml, cmpcache, dircache, dump, find, grep, packmail,
|