Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ text
Method
text
editor/widgets/toolbox_siemens.py:313–313 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
311
@property
312
@editor_attribute_decorator(
"WidgetSpecific"
,
''
'Text content'
''
, str, {})
313
def
text(self):
return
self.button.get_text()
314
@text.setter
315
def
text(self, value): self.button.set_text(value)
316
Callers
nothing calls this directly
Calls
2
get_text
Method · 0.45
set_text
Method · 0.45
Tested by
no test coverage detected