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

Method stop

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

Source from the content-addressed store, hash-verified

133 self._running = True
134
135 async def stop(self) -> None:
136 self.stop_calls += 1
137 self._running = False
138
139 async def shutdown(self) -> None:
140 self.shutdown_calls += 1

Calls

no outgoing calls

Tested by

no test coverage detected