Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ clear
Method
clear
tests/testing_processor.py:55–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
return
traces
54
55
def
clear(self) -> None:
56
with
self._lock:
57
self._spans.clear()
58
self._traces.clear()
59
self._events.clear()
60
61
def
shutdown(self) -> None:
62
pass
Callers
15
run
Method · 0.80
_apply_approval_decision
Method · 0.80
cleanup
Method · 0.80
cleanup
Method · 0.80
_release_agents
Method · 0.80
pty_terminate_all
Method · 0.80
_collect_pty_output
Method · 0.80
pty_terminate_all
Method · 0.80
_collect_pty_output
Method · 0.80
_flush_parallel_batch
Method · 0.80
_flush_buffer
Method · 0.80
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected