class documentation
class TwistedWordsGroup(basesupport.AbstractGroup): (source)
Constructor: TwistedWordsGroup(name, wordsClient)
Implements interfaces: twisted.words.im.interfaces.IGroup
Undocumented
Method | __init__ |
Initialize me. |
Method | joining |
Undocumented |
Method | leave |
Depart this group. |
Method | leaving |
Undocumented |
Method | metadata |
Undocumented |
Method | send |
Return a deferred. |
Method | set |
Set this Groups topic on the server. |
Instance Variable | joined |
Undocumented |
Inherited from AbstractGroup
:
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | get |
finds group commands |
Method | get |
finds group commands |
Method | join |
Undocumented |
Instance Variable | account |
Undocumented |
Instance Variable | name |
Undocumented |
Initialize me.
Parameters | |
name:str | My name, as the server knows me. |
words | Undocumented |
account:Account | The account I am accessed through. |