Searched refs:is_executable_file (Results 1 – 3 of 3) sorted by relevance
20 def is_executable_file(path): function54 if os.path.dirname(filename) != '' and is_executable_file(filename):64 if is_executable_file(ff):
70 from .utils import split_command_line, which, is_executable_file
18 def is_executable_file(filename): function69 elif is_executable_file(filename):