Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class
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_connection_closed_error
Function · 0.45
test_execute_timeout
Function · 0.45
test_timeout
Function · 0.45
test_request_error
Function · 0.45
test_bad_response
Function · 0.45
test_good_response_data
Function · 0.45
test_query_error
Function · 0.45
test_no_path_query_error
Function · 0.45
test_exec_error
Function · 0.45
test_str
Function · 0.45
test_object
Function · 0.45
test_wrong_object
Function · 0.45
Calls
1
Container
Class · 0.70
Tested by
no test coverage detected