Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7b8ac6

Browse files
author
Skip Montanaro
committed
add mention of -l, --listfuncs to usage() small part of 542562
1 parent c4bf5ed commit a7b8ac6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/trace.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def usage(outfile):
7474
and write the counts to <module>.cover for each
7575
module executed, in the module's directory.
7676
See also `--coverdir', `--file', `--no-report' below.
77+
-l, --listfuncs Keep track of which functions are executed at least
78+
once and write the results to sys.stdout after the the
79+
program exits.
7780
-r, --report Generate a report from a counts file; do not execute
7881
any code. `--file' must specify the results file to
7982
read, which must have been created in a previous run

0 commit comments

Comments
 (0)