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

/external/python/cpython2/Tools/scripts/
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 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 695 milliseconds