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.
1 parent b3f61d1 commit 6a5a169Copy full SHA for 6a5a169
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