MCPcopy Create free account
hub / github.com/Distrotech/reportlab / start_polygon

Method start_polygon

tools/pythonpoint/stdparser.py:636–640  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

634
635
636 def start_polygon(self, args):
637 self.pack_slide('polygon', args)
638 self._curPolygon = pythonpoint.PPPolygon(self.ceval('polygon',args,'points'))
639 self._curPolygon.strokeColor = self.ceval('polygon',args,'stroke')
640 self._curPolygon.fillColor = self.ceval('polygon',args,'fill')
641
642
643 def end_polygon(self):

Callers

nothing calls this directly

Calls 2

pack_slideMethod · 0.95
cevalMethod · 0.95

Tested by

no test coverage detected