def __init__(self, console, controller): ContextBase.__init__(self, console) self._controller = controller
def __init__(self, console, conf, lang, srm, folder_path): ContextBase.__init__(self, console) self._conf = conf self._srm = srm self._executor = Executor(lang, srm, folder_path)