Method: pylint.checkers.classes.class_checker._scope_default
Calls: 204, Exceptions: 0, Paths: 1Back
Path 1: 204 calls (1.0)
defaultdict (204)
1def _scope_default() -> defaultdict[str, list[_AccessNodes]]:
2 # It's impossible to nest defaultdicts so we must use a function
3 return defaultdict(list)