Documentation for the setup module in the ddrescue tools package in the tools package (Tools/DDRescueTools/setup.py)¶
Used to set up the GUI to use the correct version of tools for the user’s version of ddrescue.
-
ddrescue_gui.Tools.DDRescueTools.setup.setup_for_ddrescue_version(ddrescue_version)[source]¶ Selects and returns a list of the correct functions for our version of ddrescue.
- Args:
- ddrescue_version (unicode): The version of ddrescue installed
- on the system. eg “1.25”.
- Returns:
- list. A list of all the functions that are designed
- to work with this ddrescue version.