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

Method do_echo

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

Source from the content-addressed store, hash-verified

3676 super().__init__(*args, **kwargs)
3677
3678 def do_echo(self, args) -> None:
3679 self.poutput(args)
3680 self.perror(args)
3681
3682 def do_echo_error(self, args) -> None:
3683 self.poutput(args, style=Cmd2Style.ERROR)

Callers

nothing calls this directly

Calls 2

poutputMethod · 0.80
perrorMethod · 0.80

Tested by

no test coverage detected