class documentation

class twisted.words.im.basesupport.AbstractGroup: (source)

Known subclasses: twisted.words.im.ircsupport.IRCGroup, twisted.words.im.pbsupport.TwistedWordsGroup

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable name Undocumented
Instance Variable account Undocumented
Method getGroupCommands finds group commands
Method getTargetCommands finds group commands
Method join Undocumented
Method leave Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
def __init__(self, name, account): (source)
name = (source)

Undocumented

account = (source)

Undocumented

def getGroupCommands(self): (source)

finds group commands

these commands are methods on me that start with imgroup_; they are called with no arguments

def getTargetCommands(self, target): (source)

finds group commands

these commands are methods on me that start with imgroup_; they are called with a user present within this room as an argument

you may want to override this in your group in order to filter for appropriate commands on the given user

def join(self): (source)

Undocumented

def __repr__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
def __str__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.