diff options
Diffstat (limited to 'doc/api_coverage.rst')
-rw-r--r-- | doc/api_coverage.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api_coverage.rst b/doc/api_coverage.rst index 153ca2c5..4aa71719 100644 --- a/doc/api_coverage.rst +++ b/doc/api_coverage.rst @@ -8,7 +8,9 @@ The Coverage class ------------------ -.. autoclass:: coverage.Coverage +.. automodule:: coverage + +.. autoclass:: Coverage :members: :exclude-members: use_cache, sys_info :special-members: __init__ @@ -20,4 +22,4 @@ Starting coverage.py automatically This function is used to start coverage measurement automatically when Python starts. See :ref:`subprocess` for details. -.. autofunction:: coverage.process_startup +.. autofunction:: process_startup |