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

Method start_line

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

Source from the content-addressed store, hash-verified

595
596
597 def start_line(self, args):
598 self.pack_slide('line', args)
599 self._curLine = pythonpoint.PPLine(
600 self.ceval('line',args,'x1'),
601 self.ceval('line',args,'y1'),
602 self.ceval('line',args,'x2'),
603 self.ceval('line',args,'y2')
604 )
605 self._curLine.strokeColor = self.ceval('line',args,'stroke')
606
607
608 def end_line(self):

Callers

nothing calls this directly

Calls 2

pack_slideMethod · 0.95
cevalMethod · 0.95

Tested by

no test coverage detected