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

Method trigger

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

Source from the content-addressed store, hash-verified

369 default_keymap = property(lambda self: mpl.rcParams['keymap.quit_all'])
370
371 def trigger(self, sender, event, data=None):
372 Gcf.destroy_all()
373
374
375class ToolGrid(ToolBase):

Callers

nothing calls this directly

Calls 1

destroy_allMethod · 0.80

Tested by

no test coverage detected