Method: pylint.checkers.base.name_checker.checker.NameChecker._find_name_group
Calls: 12, Exceptions: 0, Paths: 1Back
Path 1: 12 calls (1.0)
'function' (6) 'class' (5) 'method' (1)
'function' (5) 'class' (5) 'group_function:method' (2)
1def _find_name_group(self, node_type: str) -> str:
2 return self._name_group.get(node_type, node_type)