MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / _make_ok_process

Function _make_ok_process

tests/unit/test_agent_cli.py:111–114  ·  view source on GitHub ↗
(
    stdout: bytes, returncode: int = 0, wait_exc: BaseException | None = None
)

Source from the content-addressed store, hash-verified

109
110
111def _make_ok_process(
112 stdout: bytes, returncode: int = 0, wait_exc: BaseException | None = None
113) -> _FakePopen:
114 return _FakePopen(stdout=stdout, returncode=returncode, wait_exc=wait_exc)
115
116
117# ---------------------------------------------------------------------------

Calls 1

_FakePopenClass · 0.85

Tested by

no test coverage detected