MCPcopy Create free account
hub / github.com/openai/openai-agents-python / build_uv_run_command

Function build_uv_run_command

examples/run_examples.py:160–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158
159
160def build_uv_run_command() -> list[str]:
161 command = ["uv", "run"]
162 for extra in split_words(os.environ.get("EXAMPLES_UV_EXTRAS", "")):
163 command.extend(["--extra", extra])
164 return command
165
166
167def dedupe_existing_paths(paths: Iterable[str]) -> list[str]:

Callers 1

commandMethod · 0.85

Calls 2

split_wordsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected