Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest___all__.py50 def walk_modules(self, basedir, modpath): member in AllTest
57 for p, m in self.walk_modules(path, modpath + fn + "."):
90 for path, modname in self.walk_modules(lib_dir, ""):
/external/python/cpython3/Lib/test/
Dtest___all__.py49 def walk_modules(self, basedir, modpath): member in AllTest
56 for p, m in self.walk_modules(path, modpath + fn + "."):
78 for path, modname in self.walk_modules(lib_dir, ""):