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