Add TODO for DataModel ownership

This commit is contained in:
Christophe Bedard 2019-08-05 08:58:56 +02:00
parent 5ea1b4d1ef
commit e8abadf399

View file

@ -115,6 +115,8 @@ class EventHandler(Dependant):
"""
Constructor.
TODO make subclasses pass on their *DataModel to this class
:param handler_map: the mapping from event name to handling method
"""
print(f'{self.__class__.__name__}.**kwargs={kwargs}')