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

Method __init__

lib/matplotlib/backend_tools.py:466–470  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

464 """
465
466 def __init__(self, *args, **kwargs):
467 self.views = WeakKeyDictionary()
468 self.positions = WeakKeyDictionary()
469 self.home_views = WeakKeyDictionary()
470 super().__init__(*args, **kwargs)
471
472 def add_figure(self, figure):
473 """Add the current figure to the stack of views and positions."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected