eric6/DebugClients/Python/coverage/__main__.py

Fri, 18 Dec 2020 16:48:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 18 Dec 2020 16:48:14 +0100
changeset 7895
554fdb07c856
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Debugger: added support for the -m option to debug a module as a script.

# 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())

eric ide

mercurial