MCPcopy Create free account
hub / github.com/Syncplay/syncplay / __init__

Method __init__

syncplay/ui/gui.py:69–71  ·  view source on GitHub ↗
(self, view=None)

Source from the content-addressed store, hash-verified

67
68class UserlistItemDelegate(QtWidgets.QStyledItemDelegate):
69 def __init__(self, view=None):
70 self.view = view
71 QtWidgets.QStyledItemDelegate.__init__(self)
72
73 def sizeHint(self, option, index):
74 size = QtWidgets.QStyledItemDelegate.sizeHint(self, option, index)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected