Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ _write
Method
_write
qrcode/image/svg.py:73–74 ·
view source on GitHub ↗
(self, stream)
Source
from the content-addressed store, hash-verified
71
)
72
73
def
_write(self, stream):
74
ET.ElementTree(self._img).write(stream, xml_declaration=False)
75
76
77
class
SvgImage(SvgFragmentImage):
Callers
1
save
Method · 0.95
Calls
1
write
Method · 0.80
Tested by
no test coverage detected