MCPcopy Create free account
hub / github.com/ActiveState/code / _drawLines

Method _drawLines

recipes/Python/577674_Bitmap_Maker/recipe-577674.py:288–290  ·  view source on GitHub ↗
( self, lineSegs )

Source from the content-addressed store, hash-verified

286 self.plotPoint( pt[0], pt[1] )
287
288 def _drawLines( self, lineSegs ):
289 for x1,y1,x2,y2 in lineSegs:
290 self._drawLine( x1, y1, x2, y2 )
291
292 def drawLine( self, x1, y1, x2, y2, type=LINE_SOLID ):
293 if type == BitMap.LINE_SOLID:

Callers 1

drawLineMethod · 0.95

Calls 1

_drawLineMethod · 0.95

Tested by

no test coverage detected