Mention why EventHandler does not raise when instantiated directly
This commit is contained in:
parent
7a1c2f0334
commit
fbc11104fa
1 changed files with 3 additions and 2 deletions
|
@ -107,8 +107,9 @@ class EventHandler(Dependant):
|
||||||
"""
|
"""
|
||||||
Base event handling class.
|
Base event handling class.
|
||||||
|
|
||||||
Provides handling functions for some events, depending on the name.
|
Provides handling functions for some events, depending on the name. Passes that on to a data
|
||||||
Passes that on to a data model. To be subclassed.
|
model. Should be subclassed, but it is not necessary since the handling functions can be
|
||||||
|
anything; therefore it does not raise any error if it is directly instantiated.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue