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

Method _wait

tests/unit/test_agent_cli.py:100–103  ·  view source on GitHub ↗
(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

98 self.wait = MagicMock(side_effect=self._wait)
99
100 def _wait(self, timeout: float | None = None) -> int:
101 if self._wait_exc is not None:
102 raise self._wait_exc
103 return self._returncode
104
105 @property
106 def stdin_bytes(self) -> bytes:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected