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

Side by Side Diff: tools/telemetry/third_party/coverage/doc/api_coverage.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_coverage:
5
6 The Coverage class
7 ------------------
8
9 .. :history: 20150802T174800, new file for 4.0b1
10
11 .. module:: coverage
12
13 .. autoclass:: Coverage
14 :members:
15 :exclude-members: use_cache, sys_info
16 :special-members: __init__
17
18
19 Starting coverage.py automatically
20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21
22 This function is used to start coverage measurement automatically when Python
23 starts. See :ref:`subprocess` for details.
24
25 .. autofunction:: process_startup
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/coverage/doc/api.rst ('k') | tools/telemetry/third_party/coverage/doc/api_coveragedata.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698