OwlCyberSecurity - MANAGER
Edit File: iwords.pyc
� `��ac @ s� d d l m Z m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d d d d g Z d S( i����( t Interfacet Attributet IProtocolPluginc B s# e Z d Z e d � Z d � Z RS( sD Interface for plugins providing an interface to a Words service sH A single word describing what kind of interface this is (eg, irc or web)c C s d S( sb Retrieve a C{twisted.internet.interfaces.IServerFactory} provider @param realm: An object providing C{twisted.cred.portal.IRealm} and L{IChatService}, with which service information should be looked up. @param portal: An object providing C{twisted.cred.portal.IPortal}, through which logins should be performed. N( ( t realmt portal( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/words/iwords.pyt getFactory t ( t __name__t __module__t __doc__R t nameR ( ( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/words/iwords.pyR s t IGroupc B sM e Z e d � Z d � Z d d � Z d � Z d � Z d � Z d � Z RS( s$ A short string, unique among groups.c C s d S( sL Include the given user in this group. @type user: L{IUser} N( ( t user( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/words/iwords.pyt add R c C s d S( sn Remove the given user from this group. @type user: L{IUser} @type reason: C{unicode} N( ( R t reason( ( sW /opt/cpanel-ccs/.develop/virtualenv/lib/python2.7/site-packages/twisted/words/iwords.pyt remove"