Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ text
Method
text
editor/widgets/toolbox_EPICS.py:87–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
@property
86
@editor_attribute_decorator(
"WidgetSpecific"
,
''
'Text content'
''
, str, {})
87
def
text(self):
return
self.button.get_text()
88
@text.setter
89
def
text(self, value): self.button.set_text(value)
90
Callers
nothing calls this directly
Calls
2
get_text
Method · 0.45
set_text
Method · 0.45
Tested by
no test coverage detected