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

Method ignore

lib/matplotlib/widgets.py:86–92  ·  view source on GitHub ↗

Return whether *event* should be ignored. This method should be called at the beginning of any event callback.

(self, event)

Source from the content-addressed store, hash-verified

84 active = property(get_active, set_active, doc="Is the widget active?")
85
86 def ignore(self, event):
87 """
88 Return whether *event* should be ignored.
89
90 This method should be called at the beginning of any event callback.
91 """
92 return not self.active
93
94
95class AxesWidget(Widget):

Callers 15

ignoreMethod · 0.45
_clickMethod · 0.45
_releaseMethod · 0.45
_motionMethod · 0.45
_updateMethod · 0.45
_updateMethod · 0.45
_clearMethod · 0.45
_clickedMethod · 0.45
_releaseMethod · 0.45
_keypressMethod · 0.45
_clickMethod · 0.45
_motionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected