Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ __init__
Method
__init__
code/graphics/graphics.py:605–606 ·
view source on GitHub ↗
(self, p1, p2)
Source
from the content-addressed store, hash-verified
603
class
Oval(_BBox):
604
605
def
__init__(self, p1, p2):
606
_BBox.__init__(self, p1, p2)
607
608
def
clone(self):
609
other = Oval(self.p1, self.p2)
Callers
10
__init_help
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected