Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ results
Method
results
Lib/trace.py:598–602 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
596
return
self.localtrace
597
598
def
results(self):
599
return
CoverageResults(self.counts, infile=self.infile,
600
outfile=self.outfile,
601
calledfuncs=self._calledfuncs,
602
callers=self._callers)
603
604
def
main():
605
import
argparse
Callers
15
main
Function · 0.95
test_linear_methods
Method · 0.95
test_traced_func_linear
Method · 0.80
test_traced_func_loop
Method · 0.80
test_traced_func_importing
Method · 0.80
test_trace_func_generator
Method · 0.80
test_trace_list_comprehension
Method · 0.80
test_traced_decorated_function
Method · 0.80
test_exec_counts
Method · 0.80
test_simple_caller
Method · 0.80
test_loop_caller_importing
Method · 0.80
test_inst_method_calling
Method · 0.80
Calls
1
CoverageResults
Class · 0.85
Tested by
14
test_linear_methods
Method · 0.76
test_traced_func_linear
Method · 0.64
test_traced_func_loop
Method · 0.64
test_traced_func_importing
Method · 0.64
test_trace_func_generator
Method · 0.64
test_trace_list_comprehension
Method · 0.64
test_traced_decorated_function
Method · 0.64
test_exec_counts
Method · 0.64
test_simple_caller
Method · 0.64
test_loop_caller_importing
Method · 0.64
test_inst_method_calling
Method · 0.64
test_traced_decorated_function
Method · 0.64