(self, *args, **kwargs)
| 930 | default_keymap = property(lambda self: mpl.rcParams['keymap.copy']) |
| 931 | |
| 932 | def trigger(self, *args, **kwargs): |
| 933 | message = "Copy tool is not available" |
| 934 | self.toolmanager.message_event(message, self) |
| 935 | |
| 936 | |
| 937 | #: The default tools to add to a tool manager. |
nothing calls this directly
no test coverage detected