Home
last modified time | relevance | path

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

/third_party/python/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 1 milliseconds