Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ __str__
Method
__str__
code/graphics/graphics.py:640–642 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
638
return
self.radius
639
640
def
__str__(self):
641
return
"Circle: center %s, r = %s"
% \
642
(self.getCenter().coordStr(), approx(self.radius))
643
644
645
class
Line(_BBox):
Callers
nothing calls this directly
Calls
3
approx
Function · 0.85
coordStr
Method · 0.80
getCenter
Method · 0.80
Tested by
no test coverage detected