MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / ignore

Method ignore

site-packages/matplotlib/widgets.py:83–89  ·  view source on GitHub ↗

Return True if event should be ignored. This method (or a version of it) should be called at the beginning of any event callback.

(self, event)

Source from the content-addressed store, hash-verified

81 doc="Is the widget active?")
82
83 def ignore(self, event):
84 """Return True if event should be ignored.
85
86 This method (or a version of it) should be called at the beginning
87 of any event callback.
88 """
89 return not self.active
90
91
92class AxesWidget(Widget):

Callers 15

_clickMethod · 0.45
_releaseMethod · 0.45
_motionMethod · 0.45
_updateMethod · 0.45
_clickedMethod · 0.45
_releaseMethod · 0.45
_keypressMethod · 0.45
_clickMethod · 0.45
_motionMethod · 0.45
_clickedMethod · 0.45
clearMethod · 0.45
onmoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected