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

Method text

remi/gui.py:3276–3276  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3274 @property
3275 @editor_attribute_decorator("WidgetSpecific", '''Text content''', str, {})
3276 def text(self): return self._label.get_text()
3277 @text.setter
3278 def text(self, value): self._label.set_text(value)
3279

Callers

nothing calls this directly

Calls 2

get_textMethod · 0.45
set_textMethod · 0.45

Tested by

no test coverage detected