MCPcopy Create free account
hub / github.com/openai/openai-agents-python / result

Method result

tests/extensions/sandbox/test_runloop.py:465–472  ·  view source on GitHub ↗
(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

463 self._devbox.files.pop(rel_path, None)
464
465 async def result(self, timeout: float | None = None) -> _FakeExecutionResult:
466 _ = timeout
467 await self._done.wait()
468 return _FakeExecutionResult(
469 stdout=self._stdout,
470 stderr=self._stderr,
471 exit_code=self._exit_code,
472 )
473
474 async def kill(self, timeout: float | None = None) -> None:
475 _ = timeout

Calls 2

waitMethod · 0.45

Tested by

no test coverage detected