eric6/DebugClients/Python/coverage/__main__.py

Sat, 16 Jan 2021 16:50:00 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Jan 2021 16:50:00 +0100
changeset 7988
c4c17121eff8
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Updated source code documentation with the new tags.

# 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