Searched refs:can_be_compiled (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dfindnocoding.py18 has_python_ext = looks_like_python = can_be_compiled = None
93 is_python = pysource.can_be_compiled
H A Dpysource.py12 - can_be_compiled() checks whether the file can be compiled by compile().
20 __all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"]
74 def can_be_compiled(fullpath): function
129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
/external/python/cpython3/Tools/scripts/
H A Dfindnocoding.py18 has_python_ext = looks_like_python = can_be_compiled = None
94 is_python = pysource.can_be_compiled
H A Dpysource.py12 - can_be_compiled() checks whether the file can be compiled by compile().
20 __all__ = ["has_python_ext", "looks_like_python", "can_be_compiled", "walk_python_files"]
74 def can_be_compiled(fullpath): function
129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):

Completed in 1668 milliseconds