Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ get_text
Method
get_text
remi/gui.py:3304–3305 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3302
return
(value, )
3303
3304
def
get_text(self):
3305
return
self._label.get_text()
3306
3307
def
set_text(self, t):
3308
self._label.set_text(t)
Callers
nothing calls this directly
Calls
1
get_text
Method · 0.45
Tested by
no test coverage detected