From 61eaec0d536526b4c270a62bc6ece4cee41ce3e7 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 23 Jul 2017 03:35:51 +0200 Subject: [PATCH] [doc] usefull comment --- moulinette/actionsmap.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/moulinette/actionsmap.py b/moulinette/actionsmap.py index dcef320f..9c1809ec 100644 --- a/moulinette/actionsmap.py +++ b/moulinette/actionsmap.py @@ -587,6 +587,10 @@ class ActionsMap(object): parser.add_argument(*names, **argp) # Instantiate parser + # + # this either returns: + # * moulinette.interfaces.cli.ActionsMapParser + # * moulinette.interfaces.api.ActionsMapParser top_parser = self.parser_class(**kwargs) # namespace, actionsmap is a tuple where: