MCPcopy
hub / github.com/openai/openai-agents-python / get

Method get

tests/sandbox/test_docker.py:1954–1958  ·  view source on GitHub ↗
(self, container_id: str)

Source from the content-addressed store, hash-verified

1952 self.containers = self
1953
1954 def get(self, container_id: str) -> object:
1955 _ = container_id
1956 if isinstance(self._container, BaseException):
1957 raise self._container
1958 return self._container
1959
1960
1961class _PositionalOnlyMissingDockerClient:

Calls

no outgoing calls

Tested by

no test coverage detected