Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test
Function · 0.95
Calls
1
_tkCall
Function · 0.85
Tested by
no test coverage detected