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

Method stop

tests/sandbox/test_runtime.py:173–175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171
172class _FailingStopSession(_FakeSession):
173 async def stop(self) -> None:
174 await super().stop()
175 raise RuntimeError("stop failed")
176
177
178class _LiveSessionDeltaRecorder(_FakeSession):

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected