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

Method units

qrcode/image/svg.py:30–30  ·  view source on GitHub ↗
(self, pixels: Union[int, Decimal], text: Literal[False])

Source from the content-addressed store, hash-verified

28
29 @overload
30 def units(self, pixels: Union[int, Decimal], text: Literal[False]) -> Decimal: ...
31
32 @overload
33 def units(self, pixels: Union[int, Decimal], text: Literal[True] = True) -> str: ...

Callers 9

__init__Method · 0.95
_svgMethod · 0.95
_svgMethod · 0.80
initializeMethod · 0.80
elMethod · 0.80
initializeMethod · 0.80
elMethod · 0.80
subpathMethod · 0.80
subpathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected