MCPcopy Create free account
hub / github.com/lincolnloop/python-qrcode / to_string

Method to_string

qrcode/image/svg.py:55–56  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

53 self._write(stream)
54
55 def to_string(self, **kwargs):
56 return ET.tostring(self._img, **kwargs)
57
58 def new_image(self, **kwargs):
59 return self._svg(**kwargs)

Callers 1

test_svg_stringFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_svg_stringFunction · 0.64