eric6/DebugClients/Python/coverage/__main__.py

Sat, 26 Dec 2020 22:49:27 +0100

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sat, 26 Dec 2020 22:49:27 +0100
changeset 7914
999f07b00a49
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Fixed double elements in first expanded list / tuple after the next step command and some update issues on lists.

# 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