Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distrotech/reportlab
/ run
Function
run
tools/pythonpoint/customshapes.py:289–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
287
288
289
def
run():
290
c = reportlab.pdfgen.canvas.Canvas(
'customshape.pdf'
)
291
292
J = Jigsaw(300, 540, 2)
293
J.drawOn(c)
294
c.save()
295
296
297
if
__name__ ==
'__main__'
:
Callers
1
customshapes.py
File · 0.70
Calls
3
drawOn
Method · 0.95
save
Method · 0.95
Jigsaw
Class · 0.85
Tested by
no test coverage detected