DebugClients/Python/coverage/__main__.py@e2fa12bb0f53
DebugClients/Python/coverage/__main__.py
Fri, 01 Jul 2016 21:54:07 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Fri, 01 Jul 2016 21:54:07 +0200
- branch
- debugger speed
- changeset 5007
- e2fa12bb0f53
- parent 4491
-
0d8612e24fef
- permissions
- -rw-r--r--
Don't canonic the filename any more and cache it.
# 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