Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_process
Function · 0.45
run
Function · 0.45
run
Function · 0.45
Calls
2
saveAsHandout
Method · 0.95
saveAsPresentation
Method · 0.95
Tested by
2
run
Function · 0.36
run
Function · 0.36