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

Method remove_rubberband

lib/matplotlib/backend_tools.py:346–352  ·  view source on GitHub ↗

Remove rubberband. This method should get implemented per backend.

(self)

Source from the content-addressed store, hash-verified

344 raise NotImplementedError
345
346 def remove_rubberband(self):
347 """
348 Remove rubberband.
349
350 This method should get implemented per backend.
351 """
352 pass
353
354
355class ToolQuit(ToolBase):

Callers 1

triggerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected