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

Method __init__

lib/matplotlib/backends/backend_qt.py:1147–1149  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1145@backend_tools._register_tool_class(FigureCanvasQT)
1146class ConfigureSubplotsQt(backend_tools.ConfigureSubplotsBase):
1147 def __init__(self, *args, **kwargs):
1148 super().__init__(*args, **kwargs)
1149 self._subplot_dialog = None
1150
1151 def trigger(self, *args):
1152 NavigationToolbar2QT.configure_subplots(self)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected