dip.shell.tools.whats_this¶
This module contains the default implementation of a tool that implements the standard What’s This? action.
WhatsThisTool¶
-
class
dip.shell.tools.whats_this.WhatsThisTool¶ Base class:
ModelThe WhatsThisTool class is the default implementation of a tool that implements the well known “What’s This?” action. This assumes that the toolkit supplies the behaviour as well as the action itself.
-
id = 'dip.shell.tools.whats_this' The tool’s identifier.
-
whats_this_action = WhatsThisAction() The action.
-