Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/openai-agents-python
/ format_command
Function
format_command
examples/run_examples.py:543–544 ·
view source on GitHub ↗
(cmd: Sequence[str])
Source
from the content-addressed store, hash-verified
541
542
543
def
format_command(cmd: Sequence[str]) -> str:
544
return
shlex.join(cmd)
545
546
547
def
display_path(path: Path) -> str:
Callers
1
run_examples
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected