MCPcopy 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
testFunction · 0.95

Calls 1

_reconfigMethod · 0.80

Tested by

no test coverage detected