MCPcopy Index your code
hub / github.com/rawpython/remi / set_use_title

Method set_use_title

remi/gui.py:3026–3033  ·  view source on GitHub ↗

Returns the TableItem instance at row, column cordinates Args: use_title (bool): enable title bar.

(self, use_title)

Source from the content-addressed store, hash-verified

3024 self.css_display = 'table'
3025
3026 def set_use_title(self, use_title):
3027 """Returns the TableItem instance at row, column cordinates
3028
3029 Args:
3030 use_title (bool): enable title bar.
3031 """
3032 self.__use_title = use_title
3033 self._update_first_row()
3034
3035 def _update_first_row(self):
3036 cl = TableEditableItem if self._editable else TableItem

Callers 3

use_titleMethod · 0.95
__init__Method · 0.95
on_use_title_changeMethod · 0.80

Calls 1

_update_first_rowMethod · 0.95

Tested by

no test coverage detected