MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / test_render_svg

Function test_render_svg

qrcode/tests/test_qrcode_svg.py:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_render_svg():
13 qr = qrcode.QRCode()
14 qr.add_data(UNICODE_TEXT)
15 img = qr.make_image(image_factory=svg.SvgImage)
16 img.save(io.BytesIO())
17
18
19def test_render_svg_path():

Callers

nothing calls this directly

Calls 3

add_dataMethod · 0.95
make_imageMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected