Method: pylint.checkers.similar.SimilarChecker.reduce_map_data
Calls: 4, Exceptions: 0, Paths: 1Back
Path 1: 4 calls (1.0)
PyLinter (4)
list (4)
1def reduce_map_data(self, linter: PyLinter, data: list[list[LineSet]]) -> None:
2 """Reduces and recombines data into a format that we can report on.
3
4 The partner function of get_map_data()
5 """
6 Similar.combine_mapreduce_data(self, linesets_collection=data)