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

Method __init__

lib/matplotlib/backends/backend_nbagg.py:67–69  ·  view source on GitHub ↗
(self, canvas, num)

Source from the content-addressed store, hash-verified

65 _toolbar2_class = ToolbarCls = NavigationIPy
66
67 def __init__(self, canvas, num):
68 self._shown = False
69 super().__init__(canvas, num)
70
71 @classmethod
72 def create_with_canvas(cls, canvas_class, figure, num):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected