Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ clone
Method
clone
code/graphics/graphics.py:723–726 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
721
self.anchor.move(dx,dy)
722
723
def
clone(self):
724
other = Text(self.anchor, self.config[
'text'
])
725
other.config = self.config.copy()
726
return
other
727
728
def
setText(self,text):
729
self._reconfig(
"text"
, text)
Callers
nothing calls this directly
Calls
1
Text
Class · 0.85
Tested by
no test coverage detected