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

Function test_render_svg_path

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

Source from the content-addressed store, hash-verified

17
18
19def test_render_svg_path():
20 qr = qrcode.QRCode()
21 qr.add_data(UNICODE_TEXT)
22 img = qr.make_image(image_factory=svg.SvgPathImage)
23 img.save(io.BytesIO())
24
25
26def test_render_svg_fragment():

Callers

nothing calls this directly

Calls 3

add_dataMethod · 0.95
make_imageMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected