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

Method save

tools/pythonpoint/pythonpoint.py:440–446  ·  view source on GitHub ↗

Save the PDF document.

(self)

Source from the content-addressed store, hash-verified

438
439
440 def save(self):
441 "Save the PDF document."
442
443 if self.handout:
444 return self.saveAsHandout()
445 else:
446 return self.saveAsPresentation()
447
448
449#class PPSection:

Callers 3

_processFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls 2

saveAsHandoutMethod · 0.95
saveAsPresentationMethod · 0.95

Tested by 2

runFunction · 0.36
runFunction · 0.36