DebugClients/Python/coverage/__main__.py@904225763ac0
DebugClients/Python/coverage/__main__.py
Sun, 24 Jul 2016 20:59:57 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sun, 24 Jul 2016 20:59:57 +0200
- branch
- debugger speed
- changeset 5062
- 904225763ac0
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Code prevented to stop other than in main file on sys.breakpoint.
# 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