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

Method base_bar

tests/test_argparse.py:314–316  ·  view source on GitHub ↗

Bar subcommand of base command

(self, args)

Source from the content-addressed store, hash-verified

312 self.poutput(args.x * args.y)
313
314 def base_bar(self, args) -> None:
315 """Bar subcommand of base command"""
316 self.poutput(f"(({args.z}))")
317
318 def base_helpless(self, args) -> None:
319 """Helpless subcommand of base command"""

Callers

nothing calls this directly

Calls 1

poutputMethod · 0.80

Tested by

no test coverage detected