Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
249
def
test_get_matrix():
250
qr = qrcode.QRCode(border=0)
251
qr.add_data(
"1"
)
252
assert qr.get_matrix() == qr.modules
253
254
255
def
test_get_matrix_border():
Callers
nothing calls this directly
Calls
2
add_data
Method · 0.95
get_matrix
Method · 0.95
Tested by
no test coverage detected