Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
def
_docker_available() -> bool:
442
return
shutil.which(
"docker"
) is not None
443
444
445
def
_container_running(name: str):
Callers
2
_container_running
Function · 0.85
_ensure_container
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected