DebugClients/Python/coverage/__main__.py@cfca063afa07
DebugClients/Python/coverage/__main__.py
Thu, 20 Oct 2016 22:54:11 +0200
- author
- T.Rzepka <Tobias.Rzepka@gmail.com>
- date
- Thu, 20 Oct 2016 22:54:11 +0200
- changeset 5258
- cfca063afa07
- parent 5178
-
878ce843ca9f
- permissions
- -rw-r--r--
Optimizations in sending data in AsyncFile. Also thread save.
# 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())