Home
last modified time | relevance | path

Searched refs:CoverageResults (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dtrace.rst166 Return a :class:`CoverageResults` object that contains the cumulative
171 .. class:: CoverageResults
178 Merge in data from another :class:`CoverageResults` object.
/external/python/cpython2/Lib/
Dtrace.py221 class CoverageResults: class
650 return CoverageResults(self.counts, infile=self.infile,
786 results = CoverageResults(infile=counts_file, outfile=counts_file)
/external/python/cpython2/Lib/test/
Dtest_trace.py8 from trace import CoverageResults, Trace