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

Method setOutline

code/graphics/graphics.py:445–447  ·  view source on GitHub ↗

Set outline color to color

(self, color)

Source from the content-addressed store, hash-verified

443 self._reconfig("fill", color)
444
445 def setOutline(self, color):
446 """Set outline color to color"""
447 self._reconfig("outline", color)
448
449 def setWidth(self, width):
450 """Set line weight to width"""

Callers 1

testFunction · 0.80

Calls 1

_reconfigMethod · 0.95

Tested by

no test coverage detected