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

Class MainWindow

lib/matplotlib/backends/backend_qt.py:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561
562class MainWindow(QtWidgets.QMainWindow):
563 closing = QtCore.Signal()
564
565 def closeEvent(self, event):
566 self.closing.emit()
567 super().closeEvent(event)
568
569
570class FigureManagerQT(FigureManagerBase):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…