Searched refs:_FindPythonInDirectory (Results 1 – 3 of 3) sorted by relevance
74 def _FindPythonInDirectory(directory, allow_test): function135 modules = list(_FindPythonInDirectory(options.module, allow_test=True))170 for p in _FindPythonInDirectory(path, allow_test=False))
76 def _FindPythonInDirectory(directory, allow_test): function137 modules = list(_FindPythonInDirectory(options.module, allow_test=True))172 for p in _FindPythonInDirectory(path, allow_test=False))
63 def _FindPythonInDirectory(directory): function97 paths_set.update(os.path.abspath(p) for p in _FindPythonInDirectory(path))