Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_add_qrdata
Function
test_add_qrdata
qrcode/tests/test_qrcode.py:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
42
43
def
test_add_qrdata():
44
qr = qrcode.QRCode(version=1)
45
data = QRData(
"a"
)
46
qr.add_data(data)
47
qr.make(fit=False)
48
49
50
def
test_fit():
Callers
nothing calls this directly
Calls
3
add_data
Method · 0.95
make
Method · 0.95
QRData
Class · 0.90
Tested by
no test coverage detected