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

Method on_background_click

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

Source from the content-addressed store, hash-verified

275 self._element_click_handlers.register_callback(callback, remove=remove)
276
277 def on_background_click(self, callback, remove=False):
278 self._bg_click_handlers.register_callback(callback, remove=remove)
279
280 def _handle_custom_msgs(self, _, content, buffers=None):
281 try:

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected