Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f61d1 + 6a5a169 commit 18b4b6eCopy full SHA for 18b4b6e
2 files changed
lib/matplotlib/testing/widgets.py
@@ -19,6 +19,10 @@ def get_ax():
19
return ax
20
21
22
+def noop(*args, **kwargs):
23
+ pass
24
+
25
26
def mock_event(ax, button=1, xdata=0, ydata=0, key=None, step=1):
27
r"""
28
Create a mock event that can stand in for `.Event` and its subclasses.
0 commit comments