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

Method isRowExpanded

python/examples/gfxview/main.py:42–44  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected