MCPcopy Index your code
hub / github.com/openai/openai-agents-python / fetch_ordered_spans

Function fetch_ordered_spans

tests/testing_processor.py:71–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69
70
71def fetch_ordered_spans() -> list[Span[Any]]:
72 return SPAN_PROCESSOR_TESTING.get_ordered_spans()
73
74
75def fetch_traces() -> list[Trace]:

Calls 1

get_ordered_spansMethod · 0.80

Tested by

no test coverage detected