MCPcopy
hub / github.com/csev/py4e / getText

Method getText

code/graphics/graphics.py:794–795  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

792 return canvas.create_window(x,y,window=frm)
793
794 def getText(self):
795 return _tkCall(self.text.get)
796
797 def _move(self, dx, dy):
798 self.anchor.move(dx,dy)

Callers 2

__str__Method · 0.95
testFunction · 0.95

Calls 1

_tkCallFunction · 0.85

Tested by

no test coverage detected