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:266–268 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
264
self._stop_gate = stop_gate
265
266
async
def
stop(self) -> None:
267
await super().stop()
268
await self._stop_gate.wait()
269
270
271
class
_MarkerSnapshot(SnapshotBase):
Callers
nothing calls this directly
Calls
2
stop
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected