Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ setText
Method
setText
code/graphics/graphics.py:728–729 ·
view source on GitHub ↗
(self,text)
Source
from the content-addressed store, hash-verified
726
return
other
727
728
def
setText(self,text):
729
self._reconfig(
"text"
, text)
730
731
def
getText(self):
732
return
self.config[
"text"
]
Callers
2
__init__
Method · 0.95
test
Function · 0.95
Calls
1
_reconfig
Method · 0.80
Tested by
no test coverage detected