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

Method __init__

QLabel/CircleImage.py:62–67  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60class Window(QWidget):
61
62 def __init__(self, *args, **kwargs):
63 super(Window, self).__init__(*args, **kwargs)
64 layout = QHBoxLayout(self)
65 layout.addWidget(Label(self))
66 layout.addWidget(Label(self, antialiasing=False))
67 self.setStyleSheet("background: black;")
68
69
70if __name__ == "__main__":

Callers

nothing calls this directly

Calls 3

addWidgetMethod · 0.80
LabelClass · 0.70
__init__Method · 0.45

Tested by

no test coverage detected