Searched refs:write_results_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | trace.py | 334 n_hits, n_lines = self.write_results_file(coverpath, source, 357 def write_results_file(self, path, lines, lnotab, lines_hit): member in CoverageResults
|
/external/python/cpython3/Lib/ |
D | trace.py | 292 n_hits, n_lines = self.write_results_file(coverpath, source, 313 def write_results_file(self, path, lines, lnotab, lines_hit, encoding=None): member in CoverageResults
|