Searched refs:walk_modules (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test___all__.py | 50 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/ |
D | test___all__.py | 49 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, ""):
|