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

Method __init__

lib/matplotlib/backend_bases.py:1529–1531  ·  view source on GitHub ↗
(self, name, canvas, key, x=0, y=0, guiEvent=None)

Source from the content-addressed store, hash-verified

1527 """
1528
1529 def __init__(self, name, canvas, key, x=0, y=0, guiEvent=None):
1530 super().__init__(name, canvas, x, y, guiEvent=guiEvent)
1531 self.key = key
1532
1533 @classmethod
1534 def _from_ax_coords(cls, name, ax, xy, key, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected