MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

137 }
138
139 def __init__(self, *args, **kwargs):
140 self._subpaths: list[str] = []
141 super().__init__(*args, **kwargs)
142
143 def _svg(self, viewBox=None, **kwargs):
144 if viewBox is None:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected