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

Method do_test_capture

tests/test_run_pyscript.py:133–135  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

131
132 class App(cmd2.Cmd):
133 def do_test_capture(self, _):
134 print("process_stdout")
135 self.poutput("app_stdout")
136
137 app = App()
138 bridge = PyBridge(app)

Callers

nothing calls this directly

Calls 1

poutputMethod · 0.80

Tested by

no test coverage detected