Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_large
Function
test_large
qrcode/tests/test_qrcode.py:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
def
test_large():
21
qr = qrcode.QRCode(version=27)
22
qr.add_data(
"a"
)
23
qr.make(fit=False)
24
25
26
def
test_invalid_version():
Callers
nothing calls this directly
Calls
2
add_data
Method · 0.95
make
Method · 0.95
Tested by
no test coverage detected