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

Method trigger

lib/matplotlib/backend_tools.py:361–362  ·  view source on GitHub ↗
(self, sender, event, data=None)

Source from the content-addressed store, hash-verified

359 default_keymap = property(lambda self: mpl.rcParams['keymap.quit'])
360
361 def trigger(self, sender, event, data=None):
362 Gcf.destroy_fig(self.figure)
363
364
365class ToolQuitAll(ToolBase):

Callers

nothing calls this directly

Calls 1

destroy_figMethod · 0.80

Tested by

no test coverage detected