Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dagger/dagger
/ Arg
Class
Arg
sdk/python/src/dagger/client/_core.py:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
class
Arg(typing.NamedTuple):
62
name: str
# GraphQL name
63
value: Any
64
default: Any = MISSING
65
66
67
@dataclasses.dataclass(slots=True)
Callers
15
export
Method · 0.90
directory
Method · 0.90
file
Method · 0.90
export
Method · 0.90
with_changeset
Method · 0.90
with_changesets
Method · 0.90
run
Method · 0.90
as_service
Method · 0.90
as_tarball
Method · 0.90
directory
Method · 0.90
env_variable
Method · 0.90
exists
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected