MCPcopy Create free account
hub / github.com/dagger/dagger / container

Method container

sdk/python/tests/client/test_inputs.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18class Client(Root):
19 @typecheck
20 def container(self) -> "Container":
21 return Container(self._ctx)
22
23 @typecheck
24 def directory(self, id: DirectoryID | None = None) -> "Directory":

Callers 15

test_execute_timeoutFunction · 0.45
test_timeoutFunction · 0.45
test_request_errorFunction · 0.45
test_bad_responseFunction · 0.45
test_good_response_dataFunction · 0.45
test_query_errorFunction · 0.45
test_no_path_query_errorFunction · 0.45
test_exec_errorFunction · 0.45
test_strFunction · 0.45
test_objectFunction · 0.45
test_wrong_objectFunction · 0.45

Calls 1

ContainerClass · 0.70

Tested by

no test coverage detected