Class IChannel
source code
zope.interface.Interface --+
                           |
                          IChannel
I represent the buildbot's presence in a particular IM scheme.
  This provides the connection to the IRC server, or represents the 
  buildbot's account with an IM service. Each Channel will have zero or 
  more Contacts associated with it.
    | 
       
     | 
        __bases__ = (<InterfaceClass zope.interface.Interface>)
     | 
  
    | 
       
     | 
        __identifier__ = 'buildbot.status.words.IChannel'
     | 
  
    | 
       
     | 
        __iro__ = (<InterfaceClass buildbot.status.words.IChannel>, <I...
     | 
  
    | 
       
     | 
        __name__ = 'IChannel'
     | 
  
    | 
       
     | 
        __sro__ = (<InterfaceClass buildbot.status.words.IChannel>, <I...
     | 
  
    | 
       
     | 
        dependents = <WeakKeyDictionary at 85433304>
     | 
  
  __iro__
  
  
   
  
    - Value:
 
      
(<InterfaceClass buildbot.status.words.IChannel>,
 <InterfaceClass zope.interface.Interface>)
  |   
 
   
 | 
 
  __sro__
  
  
   
  
    - Value:
 
      
(<InterfaceClass buildbot.status.words.IChannel>,
 <InterfaceClass zope.interface.Interface>)
  |   
 
   
 |