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

Function test_render_with_pattern

qrcode/tests/test_qrcode_pil.py:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def test_render_with_pattern():
40 qr = qrcode.QRCode(mask_pattern=3)
41 qr.add_data(UNICODE_TEXT)
42 img = qr.make_image()
43 img.save(io.BytesIO())
44
45
46def test_render_styled_Image():

Callers

nothing calls this directly

Calls 3

add_dataMethod · 0.95
make_imageMethod · 0.95
saveMethod · 0.45

Tested by

no test coverage detected