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

Function test_stdsim_getattr_noexist

tests/test_utils.py:134–136  ·  view source on GitHub ↗
(stdout_sim)

Source from the content-addressed store, hash-verified

132
133
134def test_stdsim_getattr_noexist(stdout_sim) -> None:
135 # Here the StdSim getattr is allowing us to access methods defined by the inner stream
136 assert not stdout_sim.isatty()
137
138
139def test_stdsim_pause_storage(stdout_sim) -> None:

Callers

nothing calls this directly

Calls 1

isattyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…