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

Class TableTitle

remi/gui.py:3211–3221  ·  view source on GitHub ↗

title widget for the table.

Source from the content-addressed store, hash-verified

3209
3210
3211class TableTitle(TableItem, _MixinTextualWidget):
3212 """title widget for the table."""
3213
3214 def __init__(self, text='', *args, **kwargs):
3215 """
3216 Args:
3217 text (str):
3218 kwargs: See Widget.__init__()
3219 """
3220 super(TableTitle, self).__init__(text, *args, **kwargs)
3221 self.type = 'th'
3222
3223
3224class Input(Widget):

Callers 1

append_from_listMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected