>>> from zope.interface.verify import verifyObject >>> event = FoundPrincipalCreated("authentication", "principal", ... "info") >>> verifyObject(IFoundPrincipalCreated, 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.