Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lincolnloop/python-qrcode
/ _write
Method
_write
qrcode/image/svg.py:107–108 ·
view source on GitHub ↗
(self, stream)
Source
from the content-addressed store, hash-verified
105
return
svg
106
107
def
_write(self, stream):
108
ET.ElementTree(self._img).write(stream, encoding=
"UTF-8"
, xml_declaration=True)
109
110
111
class
SvgPathImage(SvgImage):
Callers
nothing calls this directly
Calls
1
write
Method · 0.80
Tested by
no test coverage detected