Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ test_regression_mode_comma
Function
test_regression_mode_comma
qrcode/tests/test_qrcode.py:76–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
test_regression_mode_comma():
77
qr = qrcode.QRCode()
78
qr.add_data(
","
, optimize=0)
79
qr.make()
80
assert qr.data_list[0].mode == MODE_8BIT_BYTE
81
82
83
def
test_mode_8bit():
Callers
nothing calls this directly
Calls
2
add_data
Method · 0.95
make
Method · 0.95
Tested by
no test coverage detected