MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / do_echo_error

Method do_echo_error

tests/test_cmd2.py:3682–3684  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

3680 self.perror(args)
3681
3682 def do_echo_error(self, args) -> None:
3683 self.poutput(args, style=Cmd2Style.ERROR)
3684 self.perror(args)
3685
3686
3687@with_ansi_style(ru.AllowStyle.ALWAYS)

Callers

nothing calls this directly

Calls 2

poutputMethod · 0.80
perrorMethod · 0.80

Tested by

no test coverage detected