fab.tools.tool_box module#
This file contains the ToolBox class.
- class fab.tools.tool_box.ToolBox#
Bases:
object
This class implements the tool box. It stores one tool for each category to be used in a FAB build.
- add_tool(tool, silent_replace=False)#
Adds a tool for a given category.
- Parameters:
- Raises:
RuntimeError – if the tool to be added is not available.
- Return type: