MCPcopy Create free account
hub / github.com/AnonCatalyst/Odinova / data

Method data

src/windows/docs_window.py:31–34  ·  view source on GitHub ↗
(self, index, role)

Source from the content-addressed store, hash-verified

29 return super().flags(index) | Qt.ItemFlag.ItemIsUserCheckable
30
31 def data(self, index, role):
32 if role == Qt.ItemDataRole.CheckStateRole and self.filePath(index) in self.tagged_items:
33 return Qt.CheckState.Checked
34 return super().data(index, role)
35
36 def set_tagged(self, index, tagged):
37 file_path = self.filePath(index)

Callers 2

handle_outputMethod · 0.80
handle_errorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected