Method: pylint.pyreverse.inspector.AbstractAssociationHandler.set_next
Calls: 47, Exceptions: 0, Paths: 1Back
Path 1: 47 calls (1.0)
OtherAssociationsHandler (47)
OtherAssociationsHandler (47)
1def set_next(
2 self, handler: AssociationHandlerInterface
3 ) -> AssociationHandlerInterface:
4 self._next_handler = handler
5 return handler