eric6/DebugClients/Python/coverage/__main__.py@6774034a1e0f
eric6/DebugClients/Python/coverage/__main__.py
Fri, 05 Feb 2021 11:02:11 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 05 Feb 2021 11:02:11 +0100
- changeset 8075
- 6774034a1e0f
- parent 7427
-
362cd1b6f81a
- permissions
- -rw-r--r--
Debugger
- added capability to delete environment variables for the debugged script by adding a '-' to the variable name in the start dialog
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())