MCPcopy
hub / github.com/kbumsik/VirtScreen / error

Function error

virtscreen/__main__.py:32–35  ·  view source on GitHub ↗

Error printing

(*args, **kwargs)

Source from the content-addressed store, hash-verified

30from .path import HOME_PATH, ICON_PATH, MAIN_QML_PATH, CONFIG_PATH, LOGGING_PATH
31
32def error(*args, **kwargs) -> None:
33 """Error printing"""
34 args = ('Error: ', *args)
35 print(*args, file=sys.stderr, **kwargs)
36
37def main() -> None:
38 """Start main program"""

Callers 4

mainFunction · 0.85
check_envFunction · 0.85
main_cliFunction · 0.85
handle_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected