Searched refs:walk_python_files (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Tools/scripts/ |
H A D | pysource.py | 16 walk_python_files() recursively lists all Python files under the given directories. 20 __all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"] 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): function 126 for fullpath in walk_python_files(['.']): 129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
|
H A D | findnocoding.py | 19 def walk_python_files(self, paths, *args, **kwargs): member in pysource 102 for fullpath in pysource.walk_python_files(args, is_python):
|
Completed in 1 milliseconds