DebugClients/Python/coverage/__main__.py@85dfb7886fb9
DebugClients/Python/coverage/__main__.py
Mon, 08 Aug 2016 22:38:07 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Mon, 08 Aug 2016 22:38:07 +0200
- branch
- debugger speed
- changeset 5085
- 85dfb7886fb9
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Determination where to stop in stop_here heavily reworked.
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
"""Coverage.py's main entry point."""
import sys
from coverage.cmdline import main
sys.exit(main())
#
# eflag: FileType = Python2