Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lincolnloop/python-qrcode
/ new_image
Method
new_image
qrcode/image/svg.py:58–59 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
56
return
ET.tostring(self._img, **kwargs)
57
58
def
new_image(self, **kwargs):
59
return
self._svg(**kwargs)
60
61
def
_svg(self, tag=None, version=
"1.1"
, **kwargs):
62
if
tag is None:
Callers
nothing calls this directly
Calls
1
_svg
Method · 0.95
Tested by
no test coverage detected