blob: 3ab741eca74caa5232beb076ee2a63bde8df28a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
.. For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
.. _api_coveragedata:
The CoverageData class
----------------------
.. :history: 20150802T174800, new doc for 4.0b1
.. versionadded:: 4.0
.. module:: coverage
:noindex:
.. autoclass:: CoverageData
:members:
:special-members: __init__
|