Method: pylint.pyreverse.inspector.AbstractAssociationHandler.handle
Calls: 31, Exceptions: 0, Paths: 1Back
Path 1: 31 calls (1.0)
AssignAttr (31)
ClassDef (31)
1@abstractmethod
2 def handle(self, node: nodes.AssignAttr, parent: nodes.ClassDef) -> None:
3 if self._next_handler:
4 self._next_handler.handle(node, parent)