Classes | |
| class | signal |
Functions | |
| def | connect (receiver, sig=signal.All) |
| def | disconnect (receiver, sig=signal.All) |
| def | handler0 (event, sender, args) |
| def | handler1 (event, sender, args) |
| def | send (sig, named) |
Variables | |
| arg0 | |
| arg1 | |
| arg2 | |
| data | |
| None | |
| list | recvs = [] |
| sender | |
| dictionary | signals = {} |
| test_signal0 = event.Event('test signal0') | |
| test_signal1 = event.Event('test signal1') | |
| def tellopy._internal.dispatcher.connect | ( | receiver, | |
sig = signal.All |
|||
| ) |
Definition at line 11 of file dispatcher.py.
| def tellopy._internal.dispatcher.disconnect | ( | receiver, | |
sig = signal.All |
|||
| ) |
Definition at line 19 of file dispatcher.py.
| def tellopy._internal.dispatcher.handler0 | ( | event, | |
| sender, | |||
| args | |||
| ) |
Definition at line 39 of file dispatcher.py.
| def tellopy._internal.dispatcher.handler1 | ( | event, | |
| sender, | |||
| args | |||
| ) |
Definition at line 44 of file dispatcher.py.
| def tellopy._internal.dispatcher.send | ( | sig, | |
| named | |||
| ) |
Definition at line 29 of file dispatcher.py.
| tellopy._internal.dispatcher.arg0 |
Definition at line 65 of file dispatcher.py.
| tellopy._internal.dispatcher.arg1 |
Definition at line 65 of file dispatcher.py.
| tellopy._internal.dispatcher.arg2 |
Definition at line 65 of file dispatcher.py.
| tellopy._internal.dispatcher.data |
Definition at line 59 of file dispatcher.py.
| tellopy._internal.dispatcher.None |
Definition at line 59 of file dispatcher.py.
| list tellopy._internal.dispatcher.recvs = [] |
Definition at line 54 of file dispatcher.py.
| tellopy._internal.dispatcher.sender |
Definition at line 55 of file dispatcher.py.
| dictionary tellopy._internal.dispatcher.signals = {} |
Definition at line 8 of file dispatcher.py.
| tellopy._internal.dispatcher.test_signal0 = event.Event('test signal0') |
Definition at line 49 of file dispatcher.py.
| tellopy._internal.dispatcher.test_signal1 = event.Event('test signal1') |
Definition at line 50 of file dispatcher.py.