MCPcopy 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
289def 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
297if __name__ == '__main__':

Callers 1

customshapes.pyFile · 0.70

Calls 3

drawOnMethod · 0.95
saveMethod · 0.95
JigsawClass · 0.85

Tested by

no test coverage detected