Searched defs:dircache (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_dircache.py2 Test cases for the dircache module
8 dircache = import_module('dircache', deprecated=True) variable
37 entries = dircache.listdir(self.tempdir)
41 self.assertTrue(dircache.listdir(self.tempdir) is entries)
45 # That is, this test can't possibly work under Windows -- dircache
49 # Sadly, dircache has the same granularity as stat.mtime, and so
54 entries = dircache.listdir(self.tempdir)
56 self.assertTrue(dircache.listdir(self.tempdir) is entries)
59 self.assertRaises(OSError, dircache
[all...]

Completed in 103 milliseconds