MCPcopy 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
61class Arg(typing.NamedTuple):
62 name: str # GraphQL name
63 value: Any
64 default: Any = MISSING
65
66
67@dataclasses.dataclass(slots=True)

Callers 15

exportMethod · 0.90
directoryMethod · 0.90
fileMethod · 0.90
exportMethod · 0.90
with_changesetMethod · 0.90
with_changesetsMethod · 0.90
runMethod · 0.90
as_serviceMethod · 0.90
as_tarballMethod · 0.90
directoryMethod · 0.90
env_variableMethod · 0.90
existsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected