Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-cmd2/cmd2
/ create_outsim_app
Function
create_outsim_app
tests/test_cmd2.py:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
create_outsim_app():
52
c = cmd2.Cmd()
53
c.stdout = utils.StdSim(c.stdout)
54
return
c
55
56
57
@pytest.fixture
Callers
3
outsim_app
Function · 0.85
test_base_cmdloop_with_startup_commands
Function · 0.85
test_base_cmdloop_without_startup_commands
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…