MCPcopy 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
77class SvgImage(SvgFragmentImage):

Callers 1

saveMethod · 0.95

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected