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

Method start_notes

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

Source from the content-addressed store, hash-verified

402 self._curFrame = None
403
404 def start_notes(self, args):
405 name = self._arg('notes',args,'name')
406 self._curNotes = pythonpoint.PPNotes()
407
408 def end_notes(self):
409 self._curSlide.notes.append(self._curNotes)

Callers

nothing calls this directly

Calls 1

_argMethod · 0.95

Tested by

no test coverage detected