MCPcopy Index your code
hub / github.com/PyQt5/PyQt / __init__

Method __init__

PyQtGraph/graph1.py:39–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38class graphAnalysis(QDialog, graph_Form):
39 def __init__(self):
40 super(graphAnalysis, self).__init__()
41 self.setupUi(self)
42 self.pushButton_7.clicked.connect(self.test)
43 self.tabWidget.clear()
44
45 def test(self):
46 tab1 = QWidget()

Callers

nothing calls this directly

Calls 3

__init__Method · 0.45
setupUiMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected