Ejemplo n.º 1
0
  def __init__(self, console, controller):
    ContextBase.__init__(self, console)

    self._controller = controller
Ejemplo n.º 2
0
  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)