MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / trigger

Method trigger

lib/matplotlib/backend_tools.py:932–934  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

message_eventMethod · 0.80

Tested by

no test coverage detected