Method: pylint.checkers.mapreduce_checker.MapReduceMixin.__init__
Calls: 1, Exceptions: 0, Paths: 1Back
Path 1: 1 calls (1.0)
1def __init__(self) -> None:
2 warnings.warn(
3 "MapReduceMixin has been deprecated and will be removed in pylint 3.0. "
4 "To make a checker reduce map data simply implement get_map_data and reduce_map_data.",
5 DeprecationWarning,
6 stacklevel=2,
7 )