MCPcopy Index your code
hub / github.com/bqplot/bqplot / on_drag

Method on_drag

bqplot/marks.py:574–575  ·  view source on GitHub ↗
(self, callback, remove=False)

Source from the content-addressed store, hash-verified

572 self._drag_start_handlers.register_callback(callback, remove=remove)
573
574 def on_drag(self, callback, remove=False):
575 self._drag_handlers.register_callback(callback, remove=remove)
576
577 def on_drag_end(self, callback, remove=False):
578 self._drag_end_handlers.register_callback(callback, remove=remove)

Callers 1

renderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected