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

Function test_get_matrix

qrcode/tests/test_qrcode.py:249–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247
248
249def test_get_matrix():
250 qr = qrcode.QRCode(border=0)
251 qr.add_data("1")
252 assert qr.get_matrix() == qr.modules
253
254
255def test_get_matrix_border():

Callers

nothing calls this directly

Calls 2

add_dataMethod · 0.95
get_matrixMethod · 0.95

Tested by

no test coverage detected