Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ clone
Method
clone
code/graphics/graphics.py:608–611 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
606
_BBox.__init__(self, p1, p2)
607
608
def
clone(self):
609
other = Oval(self.p1, self.p2)
610
other.config = self.config.copy()
611
return
other
612
613
def
_draw(self, canvas, options):
614
p1 = self.p1
Callers
15
skulpt.js
File · 0.45
skulpt.min.js
File · 0.45
foundation.min.js
File · 0.45
g
Function · 0.45
jquery-ui.min.js
File · 0.45
jquery.min.js
File · 0.45
foundation.min.js
File · 0.45
g
Function · 0.45
jquery-ui.min.js
File · 0.45
jquery.min.js
File · 0.45
foundation.min.js
File · 0.45
g
Function · 0.45
Calls
1
Oval
Class · 0.85
Tested by
no test coverage detected