Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-cmd2/cmd2
/ App
Class
App
tests/test_run_pyscript.py:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
from
cmd2.py_bridge
import
PyBridge
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
1
test_py_bridge_capture_isolation
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_py_bridge_capture_isolation
Function · 0.68