Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
class
_FailingStopSession(_FakeSession):
173
async
def
stop(self) -> None:
174
await super().stop()
175
raise
RuntimeError(
"stop failed"
)
176
177
178
class
_LiveSessionDeltaRecorder(_FakeSession):
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected