Searched refs:walk_python_files (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Tools/scripts/ |
D | pysource.py | 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):
|
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):
|
/external/python/cpython2/Tools/scripts/ |
D | pysource.py | 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):
|
D | findnocoding.py | 19 def walk_python_files(self, paths, *args, **kwargs): member in pysource 101 for fullpath in pysource.walk_python_files(args, is_python):
|