MCPcopy 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
271class _MarkerSnapshot(SnapshotBase):

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected