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

Method base_foo

tests/test_completion.py:92–94  ·  view source on GitHub ↗

Foo subcommand of base command.

(self, args)

Source from the content-addressed store, hash-verified

90
91 # subcommand functions for the base command
92 def base_foo(self, args) -> None:
93 """Foo subcommand of base command."""
94 self.poutput(args.x * args.y)
95
96 def base_bar(self, args) -> None:
97 """Bar subcommand of base command."""

Callers

nothing calls this directly

Calls 1

poutputMethod · 0.80

Tested by

no test coverage detected