Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ getText
Method
getText
code/graphics/graphics.py:731–732 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
729
self._reconfig(
"text"
, text)
730
731
def
getText(self):
732
return
self.config[
"text"
]
733
734
def
getAnchor(self):
735
return
self.anchor.clone()
Callers
1
__str__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected