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

Class ToolManagerMessageEvent

lib/matplotlib/backend_managers.py:20–29  ·  view source on GitHub ↗

Event carrying messages from toolmanager. Messages usually get displayed to the user by the toolbar.

Source from the content-addressed store, hash-verified

18
19
20class ToolManagerMessageEvent:
21 """
22 Event carrying messages from toolmanager.
23
24 Messages usually get displayed to the user by the toolbar.
25 """
26 def __init__(self, name, sender, message):
27 self.name = name
28 self.sender = sender
29 self.message = message
30
31
32class ToolManager:

Callers 1

message_eventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…