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

Method __init__

bqplot/figure.py:159–164  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

157 display_toolbar = Bool(default_value=True).tag(sync=True)
158
159 def __init__(self, **kwargs):
160 super(Figure, self).__init__(**kwargs)
161
162 self._upload_png_callback = None
163 self._upload_svg_callback = None
164 self.on_msg(self._handle_custom_msgs)
165
166 @default('scale_x')
167 def _default_scale_x(self):

Callers

nothing calls this directly

Calls 1

on_msgMethod · 0.80

Tested by

no test coverage detected