MCPcopy Index your code
hub / github.com/csev/py4e / clone

Method clone

code/graphics/graphics.py:598–601  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

596
597
598 def clone(self):
599 other = Rectangle(self.p1, self.p2)
600 other.config = self.config.copy()
601 return other
602
603class Oval(_BBox):
604

Callers

nothing calls this directly

Calls 1

RectangleClass · 0.85

Tested by

no test coverage detected