moo.CmdView

CmdView()
run_command()
set_filter_by_id()
write_with_filter()
moo.LineView
  |
  +-- moo.CmdView

CmdView()

CmdView()

run_command()

cmd_view.run_command(cmd, working_dir=None, job_name=None)

cmd :

str

working_dir :

str or None

job_name :

str or None

Returns: bool


set_filter_by_id()

cmd_view.set_filter_by_id(id)

id :

str


write_with_filter()

cmd_view.write_with_filter(text, error=False)

text :

str

error :

bool or None