MCPcopy 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
75def fetch_traces() -> list[Trace]:
76 return SPAN_PROCESSOR_TESTING.get_traces()
77
78
79def fetch_events() -> list[TestSpanProcessorEvent]:

Calls 1

get_tracesMethod · 0.80

Tested by

no test coverage detected