eric6/DebugClients/Python/coverage/__main__.py

Tue, 12 May 2020 17:32:16 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 12 May 2020 17:32:16 +0200
changeset 7594
ee35df230130
parent 7427
362cd1b6f81a
permissions
-rw-r--r--

Debug Client: added code to treat type 'sip.wrappertype' like type 'class'.

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

"""Coverage.py's main entry point."""

import sys
from coverage.cmdline import main
sys.exit(main())

eric ide

mercurial