MCPcopy Index your code
hub / github.com/csev/py4e / setText

Method setText

code/graphics/graphics.py:814–816  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

812 return other
813
814 def setText(self, text):
815 #self.text.set(t)
816 _tkCall(self.text.set, text)
817
818 def setFill(self, color):
819 self.fill = color

Callers 1

testFunction · 0.95

Calls 1

_tkCallFunction · 0.85

Tested by

no test coverage detected