diff --git a/tracetools_analysis/tracetools_analysis/processor/__init__.py b/tracetools_analysis/tracetools_analysis/processor/__init__.py index 86c29c4..87ef93a 100644 --- a/tracetools_analysis/tracetools_analysis/processor/__init__.py +++ b/tracetools_analysis/tracetools_analysis/processor/__init__.py @@ -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}')