Messenger

Inheritance:

Methods of Messenger:

__eventRepr
def __eventRepr(self, event)

Undocumented function.

__init__
def __init__(self)

Undocumented function.

__methodRepr
def __methodRepr(self, method)

Undocumented function.

__repr__
def __repr__(self)

Undocumented function.

accept
def accept(self, event, object, method, extraArgs=[], persistent=1)

Undocumented function.

clear
def clear(self)

Undocumented function.

detailedRepr
def detailedRepr(self)

Undocumented function.

find
def find(self, needle)

Undocumented function.

findAll
def findAll(self, needle, limit=None)

Undocumented function.

getAllAccepting
def getAllAccepting(self, object)

Undocumented function.

getEvents
def getEvents(self)

Undocumented function.

ignore
def ignore(self, event, object)

Undocumented function.

ignoreAll
def ignoreAll(self, object)

Undocumented function.

isAccepting
def isAccepting(self, event, object)

Undocumented function.

isEmpty
def isEmpty(self)

Undocumented function.

isIgnoring
def isIgnoring(self, event, object)

Undocumented function.

replaceMethod
def replaceMethod(self, oldMethod, newFunction)

Undocumented function.

send
def send(self, event, sentArgs=[])

Undocumented function.

toggleVerbose
def toggleVerbose(self)

Undocumented function.

whoAccepts
def whoAccepts(self, event)

Undocumented function.