Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
603
class
Oval(_BBox):
604
Callers
nothing calls this directly
Calls
1
Rectangle
Class · 0.85
Tested by
no test coverage detected