MCPcopy 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
51def create_outsim_app():
52 c = cmd2.Cmd()
53 c.stdout = utils.StdSim(c.stdout)
54 return c
55
56
57@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…