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

Method __init__

lib/matplotlib/backend_tools.py:305–307  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

303 This tool runs in the background reporting the position of the cursor.
304 """
305 def __init__(self, *args, **kwargs):
306 self._id_drag = None
307 super().__init__(*args, **kwargs)
308
309 def set_figure(self, figure):
310 if self._id_drag:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected