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

Method __init__

lib/matplotlib/backend_bases.py:1248–1250  ·  view source on GitHub ↗
(self, name, canvas)

Source from the content-addressed store, hash-verified

1246 """
1247
1248 def __init__(self, name, canvas):
1249 super().__init__(name, canvas)
1250 self.width, self.height = canvas.get_width_height()
1251
1252
1253class CloseEvent(Event):

Callers

nothing calls this directly

Calls 2

get_width_heightMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected