Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
582
class
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