Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/scripts/
Dpysource.py53 def looks_like_python(fullpath): function
91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None):
Dfindnocoding.py18 has_python_ext = looks_like_python = can_be_compiled = None
88 is_python = pysource.looks_like_python