Add TODO for DataModel ownership
This commit is contained in:
parent
5ea1b4d1ef
commit
e8abadf399
1 changed files with 2 additions and 0 deletions
|
@ -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}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue