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

Function raise_error

qrcode/console_scripts.py:51–53  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

49
50 # Wrap parser.error in a typed NoReturn method for better typing.
51 def raise_error(msg: str) -> NoReturn:
52 parser.error(msg)
53 raise # pragma: no cover
54
55 parser.add_option(
56 "--factory",

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected