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

Method start_image

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

Source from the content-addressed store, hash-verified

482
483
484 def start_image(self, args):
485 self.pack_slide('image',args)
486 sourceFilename = self.sourceFilename # XXX
487 filename = self._arg('image',args,'filename')
488 filename = os.path.join(os.path.dirname(sourceFilename), filename)
489 self._curImage = pythonpoint.PPImage()
490 self._curImage.filename = filename
491 self._curImage.width = self.ceval('image',args,'width')
492 self._curImage.height = self.ceval('image',args,'height')
493
494
495 def end_image(self):

Callers

nothing calls this directly

Calls 3

pack_slideMethod · 0.95
_argMethod · 0.95
cevalMethod · 0.95

Tested by

no test coverage detected