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

Method flags

src/windows/docs_window.py:28–29  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

26 self.tagged_items = set()
27
28 def flags(self, index):
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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected