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

Function _docker_available

examples/memory/dapr_session_example.py:441–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439
440
441def _docker_available() -> bool:
442 return shutil.which("docker") is not None
443
444
445def _container_running(name: str):

Callers 2

_container_runningFunction · 0.85
_ensure_containerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected