eric6/DebugClients/Python/coverage/__main__.py@720247f98e1f
eric6/DebugClients/Python/coverage/__main__.py
Sat, 27 Apr 2019 22:06:38 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Sat, 27 Apr 2019 22:06:38 +0200
- branch
- Variables Viewer
- changeset 6978
- 720247f98e1f
- parent 6942
-
2602857055c5
- child 7427
-
362cd1b6f81a
- permissions
- -rw-r--r--
Improved determination of expandable items including removing 'other' as selectable type.
Variables of unknown type are now count as instances.
# 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())