Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ text
Method
text
remi/gui.py:2158–2158 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2156
@property
2157
@editor_attribute_decorator(
"WidgetSpecific"
,
''
'Text content'
''
, str, {})
2158
def
text(self):
return
self.get_text()
2159
@text.setter
2160
def
text(self, value): self.set_text(value)
2161
Callers
nothing calls this directly
Calls
2
get_text
Method · 0.95
set_text
Method · 0.95
Tested by
no test coverage detected