Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ coordStr
Method
coordStr
code/graphics/graphics.py:549–550 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
547
return
other
548
549
def
coordStr(self):
550
return
"(%s, %s)"
% (approx(self.x), approx(self.y))
551
552
def
__str__(self):
553
return
"Point"
+ self.coordStr()
Callers
9
__str__
Method · 0.95
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
__str__
Method · 0.80
Calls
1
approx
Function · 0.85
Tested by
no test coverage detected