>>> from zope.interface.verify import verifyObject >>> event = AuthenticatedPrincipalCreated("authentication", "principal", ... "info", "request") >>> verifyObject(IAuthenticatedPrincipalCreated, event) True
There are no base classes.
There are no attributes in this class.
There are no methods in this class.
There are no known subclasses.