Mention why EventHandler does not raise when instantiated directly

This commit is contained in:
Christophe Bedard 2020-01-01 00:16:23 -05:00
parent 7a1c2f0334
commit fbc11104fa

View file

@ -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__(