Part of twisted.plugin View Source View In Hierarchy
Known implementations: twisted.application.reactors.Reactor, twisted.application.service.ServiceMaker, twisted.plugins.cred_anonymous.AnonymousCheckerFactory, twisted.plugins.cred_file.FileCheckerFactory, twisted.plugins.cred_memory.InMemoryCheckerFactory, twisted.plugins.cred_sshkeys.SSHKeyCheckerFactory, twisted.plugins.cred_unix.UNIXCheckerFactory, twisted.plugins.twisted_lore._LorePlugin, twisted.plugins.twisted_trial._Reporter
Interface that must be implemented by all plugins.
Only objects which implement this interface will be considered for
return by getPlugins. To be useful, plugins should also
implement some other application-specific interface.