Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/openai-agents-python
/ export
Method
export
tests/test_trace_processor.py:698–699 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
696
}
697
698
def
export(self):
699
return
self.exported_payload
700
701
mock_response = MagicMock()
702
mock_response.status_code = 200
Callers
15
_get_function_span
Function · 0.45
_get_agent_span
Function · 0.45
_get_span_by_type
Function · 0.45
_get_function_span
Function · 0.45
get_ordered_spans
Method · 0.45
get_traces
Method · 0.45
fetch_normalized_spans
Function · 0.45
_get_function_span
Function · 0.45
test_noop_span_doesnt_record
Function · 0.45
test_noop_parent_is_noop_child
Function · 0.45
test_trace_metadata_propagates_to_spans
Function · 0.45
test_agent_span_metadata_exports_with_routing_metadata
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected