Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dpysource.py91 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):
Dfindnocoding.py19 def walk_python_files(self, paths, *args, **kwargs): member in pysource
101 for fullpath in pysource.walk_python_files(args, is_python):