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

Method __init__

code/graphics/graphics.py:584–585  ·  view source on GitHub ↗
(self, p1, p2)

Source from the content-addressed store, hash-verified

582class Rectangle(_BBox):
583
584 def __init__(self, p1, p2):
585 _BBox.__init__(self, p1, p2)
586
587 def _draw(self, canvas, options):
588 p1 = self.p1

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected