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

Method __init__

lib/matplotlib/backends/backend_wx.py:977–980  ·  view source on GitHub ↗
(self, canvas, num, frame)

Source from the content-addressed store, hash-verified

975 """
976
977 def __init__(self, canvas, num, frame):
978 _log.debug("%s - __init__()", type(self))
979 self.frame = self.window = frame
980 super().__init__(canvas, num)
981
982 @classmethod
983 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