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

Method __init__

bqplot/market_map.py:206–209  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

204 freeze_tooltip_location = Bool(False).tag(sync=True)
205
206 def __init__(self, **kwargs):
207 super(MarketMap, self).__init__(**kwargs)
208 self._hover_handlers = CallbackDispatcher()
209 self.on_msg(self._handle_custom_msgs)
210
211 def on_hover(self, callback, remove=False):
212 self._hover_handlers.register_callback(callback, remove=remove)

Callers

nothing calls this directly

Calls 1

on_msgMethod · 0.80

Tested by

no test coverage detected