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

Function split_path_entries

examples/run_examples.py:152–153  ·  view source on GitHub ↗
(path_value: str)

Source from the content-addressed store, hash-verified

150
151
152def split_path_entries(path_value: str) -> list[str]:
153 return [entry for entry in path_value.split(os.pathsep) if entry]
154
155
156def split_words(value: str) -> list[str]:

Callers 2

build_command_pathFunction · 0.85
build_python_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected