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

Method setWidth

code/graphics/graphics.py:449–451  ·  view source on GitHub ↗

Set line weight to width

(self, width)

Source from the content-addressed store, hash-verified

447 self._reconfig("outline", color)
448
449 def setWidth(self, width):
450 """Set line weight to width"""
451 self._reconfig("width", width)
452
453 def draw(self, graphwin):
454

Callers 1

testFunction · 0.80

Calls 1

_reconfigMethod · 0.95

Tested by

no test coverage detected