MCPcopy 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_spanFunction · 0.45
_get_agent_spanFunction · 0.45
_get_span_by_typeFunction · 0.45
_get_function_spanFunction · 0.45
get_ordered_spansMethod · 0.45
get_tracesMethod · 0.45
fetch_normalized_spansFunction · 0.45
_get_function_spanFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected