Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: tools/telemetry/third_party/coverage/doc/api_plugin.rst

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
4 .. _api_plugin:
5
6 ==============
7 Plugin classes
8 ==============
9
10 .. :history: 20150815T132400, new doc for 4.0b2
11
12 .. versionadded:: 4.0
13
14 .. module:: coverage
15
16 The CoveragePlugin class
17 ------------------------
18
19 .. autoclass:: CoveragePlugin
20 :members:
21 :member-order: bysource
22
23 The FileTracer class
24 --------------------
25
26 .. autoclass:: FileTracer
27 :members:
28 :member-order: bysource
29
30 The FileReporter class
31 ----------------------
32
33 .. autoclass:: FileReporter
34 :members:
35 :member-order: bysource
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/coverage/doc/api_coveragedata.rst ('k') | tools/telemetry/third_party/coverage/doc/branch.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698