MCPcopy Create free account
hub / github.com/KDAB/KDChart / __init__

Method __init__

python/examples/reorder/main.py:27–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25class MyTaskModel(QAbstractTableModel):
26 class Task():
27 def __init__(self):
28 self.title = ""
29 self.start = QDateTime()
30 self.end = QDateTime()
31
32 def __init__(self, parent=None):
33 super().__init__(parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected