api_coverage.rst 629 B

1234567891011121314151617181920212223242526
  1. .. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. .. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. .. _api_coverage:
  4. The Coverage class
  5. ------------------
  6. .. :history: 20150802T174800, new file for 4.0b1
  7. .. module:: coverage
  8. .. autoclass:: Coverage
  9. :members:
  10. :exclude-members: use_cache, sys_info
  11. :special-members: __init__
  12. Starting coverage.py automatically
  13. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. This function is used to start coverage measurement automatically when Python
  15. starts. See :ref:`subprocess` for details.
  16. .. autofunction:: process_startup