Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ fetch_traces
Function
fetch_traces
tests/testing_processor.py:75–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
74
75
def
fetch_traces() -> list[Trace]:
76
return
SPAN_PROCESSOR_TESTING.get_traces()
77
78
79
def
fetch_events() -> list[TestSpanProcessorEvent]:
Callers
7
assert_no_traces
Function · 0.85
fetch_normalized_spans
Function · 0.85
test_resumed_run_reuses_original_trace_without_duplicate_trace_start
Function · 0.85
test_resumed_run_from_serialized_state_reuses_original_trace
Function · 0.85
test_resumed_run_from_serialized_state_preserves_explicit_trace_key
Function · 0.85
test_resumed_run_with_workflow_override_starts_new_trace
Function · 0.85
test_resumed_streaming_run_reuses_original_trace_without_duplicate_trace_start
Function · 0.85
Calls
1
get_traces
Method · 0.80
Tested by
no test coverage detected