Searched refs:IDFTool (Results 1 – 1 of 1) sorted by relevance
500 class IDFTool(object): class893 if install != IDFTool.INSTALL_NEVER and len(recommended_versions) == 0:965 tool = IDFTool.from_json(tool_dict)1124 …(v.get_install_type() == IDFTool.INSTALL_ALWAYS or v.get_install_type() == IDFTool.INSTALL_ON_REQU…1132 if tool.get_install_type() == IDFTool.INSTALL_NEVER:1134 … optional_str = ' (optional)' if tool.get_install_type() == IDFTool.INSTALL_ON_REQUEST else ''1154 if tool.get_install_type() == IDFTool.INSTALL_NEVER:1168 if not tool_found_somewhere and tool.get_install_type() == IDFTool.INSTALL_ALWAYS:1182 if tool.get_install_type() == IDFTool.INSTALL_NEVER:1223 if tool.get_install_type() == IDFTool.INSTALL_ALWAYS:[all …]