DebugClients/Python3/coverage/__main__.py@cc9c62f55413 (annotated)
DebugClients/Python3/coverage/__main__.py
Sat, 04 Jul 2015 17:31:46 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 04 Jul 2015 17:31:46 +0200
- changeset 4309
- cc9c62f55413
- parent 3495
-
fac17a82b431
- child 4489
-
d0d6e4ad31bd
- permissions
- -rw-r--r--
Changed the Python debugger backends to evaluate statements entered into the shell in the frame selected in the local variables viewer.
3495
|
1
|
"""Coverage.py's main entry point.""" |
|
2
|
import sys |
|
3
|
from .cmdline import main |
|
4
|
sys.exit(main()) |