MCPcopy 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.jsFile · 0.45
skulpt.min.jsFile · 0.45
foundation.min.jsFile · 0.45
gFunction · 0.45
jquery-ui.min.jsFile · 0.45
jquery.min.jsFile · 0.45
foundation.min.jsFile · 0.45
gFunction · 0.45
jquery-ui.min.jsFile · 0.45
jquery.min.jsFile · 0.45
foundation.min.jsFile · 0.45
gFunction · 0.45

Calls 1

OvalClass · 0.85

Tested by

no test coverage detected