(self, index)
| 40 | return True |
| 41 | |
| 42 | def isRowExpanded(self, index): # pylint: disable=no-self-use |
| 43 | del index |
| 44 | return False |
| 45 | |
| 46 | def rowGeometry(self, index): |
| 47 | return Span(index.row() * self.ROW_HEIGHT, self.ROW_HEIGHT) |
nothing calls this directly
no outgoing calls
no test coverage detected