Package circuits :: Package net :: Package protocols :: Module irc :: Class Topic

Class Topic

object --+    
         |    
core.Event --+
             |
            Topic

Topic(Event) -> Topic Event

args: source, channel, ctime, topic

Instance Methods

Inherited from core.Event: __eq__, __getitem__, __init__, __repr__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables

Inherited from core.Event: target

Instance Variables

Inherited from core.Event: channel, name

Properties

Inherited from object: __class__