Go to the source code of this file.
Classes | |
class | tellopy._internal.dispatcher.signal |
Namespaces | |
tellopy._internal.dispatcher | |
Functions | |
def | tellopy._internal.dispatcher.connect (receiver, sig=signal.All) |
def | tellopy._internal.dispatcher.disconnect (receiver, sig=signal.All) |
def | tellopy._internal.dispatcher.handler0 (event, sender, args) |
def | tellopy._internal.dispatcher.handler1 (event, sender, args) |
def | tellopy._internal.dispatcher.send (sig, named) |
Variables | |
tellopy._internal.dispatcher.arg0 | |
tellopy._internal.dispatcher.arg1 | |
tellopy._internal.dispatcher.arg2 | |
tellopy._internal.dispatcher.data | |
tellopy._internal.dispatcher.None | |
list | tellopy._internal.dispatcher.recvs = [] |
tellopy._internal.dispatcher.sender | |
dictionary | tellopy._internal.dispatcher.signals = {} |
tellopy._internal.dispatcher.test_signal0 = event.Event('test signal0') | |
tellopy._internal.dispatcher.test_signal1 = event.Event('test signal1') | |