Searched refs:NON_EXECUTABLE_EXTENSIONS (Results 1 – 1 of 1) sorted by relevance
64 NON_EXECUTABLE_EXTENSIONS = ( variable205 assert set(EXECUTABLE_EXTENSIONS) & set(NON_EXECUTABLE_EXTENSIONS) == set()281 return (os.path.splitext(rel_path)[1][1:] in NON_EXECUTABLE_EXTENSIONS or