Path 1: 1010 calls (1.0)

1def reset_bad_names(self) -> None:
2        """Resets the bad_names attribute."""
3        self.bad_names = BadNames(
4            argument=0,
5            attr=0,
6            klass=0,
7            class_attribute=0,
8            class_const=0,
9            const=0,
10            inlinevar=0,
11            function=0,
12            method=0,
13            module=0,
14            variable=0,
15            typevar=0,
16        )