DebugClients/Python/coverage/__main__.py@705ee8ad484f
DebugClients/Python/coverage/__main__.py
Fri, 08 Jan 2016 22:14:39 +0100
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 08 Jan 2016 22:14:39 +0100
- branch
- 6_1_x
- changeset 4643
- 705ee8ad484f
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Store values entered into the shell in selected frame.
(grafted from f18d5fb9a53bd207286355b96670d66918cef853)
# 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