OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, name, doc=None) |
def | send (self, *args, **kwargs) |
Data Fields | |
name | |
Static Public Attributes | |
connect | |
connect_via | |
connected_to | |
temporarily_connected_to | |
disconnect | |
has_receivers_for | |
receivers_for | |
If blinker is unavailable, create a fake class with the same interface that allows sending of signals but will fail with an error on anything else. Instead of doing anything on send, it will just ignore the arguments and do nothing instead.
def __init__ | ( | self, | |
name, | |||
doc = None |
|||
) |
def send | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
name |
|
static |
|
static |