MCPcopy 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

603class 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_helpMethod · 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