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

Method start_frame

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

Source from the content-addressed store, hash-verified

388 self._curSlide = None
389
390 def start_frame(self, args):
391 self._curFrame = pythonpoint.PPFrame(
392 self.ceval('frame',args,'x'),
393 self.ceval('frame',args,'y'),
394 self.ceval('frame',args,'width'),
395 self.ceval('frame',args,'height')
396 )
397 if self._arg('frame',args,'border')=='true':
398 self._curFrame.showBoundary = 1
399
400 def end_frame(self):
401 self._curSlide.frames.append(self._curFrame)

Callers

nothing calls this directly

Calls 2

cevalMethod · 0.95
_argMethod · 0.95

Tested by

no test coverage detected