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: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
Callers
15
stop
Method · 0.45
stop
Method · 0.45
test_stop_terminates_active_pty_sessions
Method · 0.45
test_noop_snapshot_stop_skips_workspace_persist
Function · 0.45
test_non_noop_snapshot_stop_persists_workspace
Function · 0.45
test_stop_closes_persisted_workspace_archive
Function · 0.45
test_non_noop_snapshot_stop_records_snapshot_fingerprint
Function · 0.45
test_start_skips_snapshot_restore_when_live_workspace_fingerprint_matches
Function · 0.45
test_start_restores_snapshot_when_live_workspace_fingerprint_mismatches
Function · 0.45
test_start_restores_snapshot_when_resume_manifest_changes
Function · 0.45
test_session_set_dependencies_passes_remote_snapshot_client
Function · 0.45
__aexit__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected