MCPcopy 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
604def main():
605 import argparse

Callers 15

mainFunction · 0.95
test_linear_methodsMethod · 0.95
test_traced_func_loopMethod · 0.80
test_exec_countsMethod · 0.80
test_simple_callerMethod · 0.80

Calls 1

CoverageResultsClass · 0.85