MCPcopy Create free account
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QProxyStyle/TabTextDirection.py:19–22  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

17class TabWidget(QTabWidget):
18
19 def __init__(self, *args, **kwargs):
20 super(TabWidget, self).__init__(*args, **kwargs)
21 for i in range(10):
22 self.addTab(QLabel('Tab' + str(i)), str(i))
23
24
25class Window(QWidget):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected