Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ __str__
Method
__str__
code/graphics/graphics.py:620–621 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
618
return
canvas.create_oval(x1,y1,x2,y2,options)
619
620
def
__str__(self):
621
return
"Oval: %s to %s"
% (self.p1.coordStr(), self.p2.coordStr())
622
623
624
class
Circle(Oval):
Callers
nothing calls this directly
Calls
1
coordStr
Method · 0.80
Tested by
no test coverage detected