MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / results

Method results

tools/python-3.11.9-amd64/Lib/trace.py:587–591  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

585 return self.localtrace
586
587 def results(self):
588 return CoverageResults(self.counts, infile=self.infile,
589 outfile=self.outfile,
590 calledfuncs=self._calledfuncs,
591 callers=self._callers)
592
593def main():
594 import argparse

Callers 1

mainFunction · 0.95

Calls 1

CoverageResultsClass · 0.85

Tested by

no test coverage detected