From e8abadf399c52e75a169c0fa27b53c6fb27ede70 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 5 Aug 2019 08:58:56 +0200 Subject: [PATCH] Add TODO for DataModel ownership --- tracetools_analysis/tracetools_analysis/processor/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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}')