Method: pylint.checkers.classes.class_checker.ScopeAccessMap.accessed
Calls: 1499, Exceptions: 0, Paths: 1Back
Path 1: 1499 calls (1.0)
ClassDef (1499)
{} (1301) defaultdict (198)
1def accessed(self, scope: nodes.ClassDef) -> dict[str, list[_AccessNodes]]:
2 """Get the accessed variables for the given scope."""
3 return self._scopes.get(scope, {})