Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bf5ed commit a7b8ac6Copy full SHA for a7b8ac6
1 file changed
Lib/trace.py
@@ -74,6 +74,9 @@ def usage(outfile):
74
and write the counts to <module>.cover for each
75
module executed, in the module's directory.
76
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.
80
-r, --report Generate a report from a counts file; do not execute
81
any code. `--file' must specify the results file to
82
read, which must have been created in a previous run
0 commit comments