MCPcopy 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
111class SvgPathImage(SvgImage):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected