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

Method input_args

sdk/python/src/dagger/client/gen.py:8916–8920  ·  view source on GitHub ↗

The argument values the function is being invoked with.

(self)

Source from the content-addressed store, hash-verified

8914 return await _ctx.execute(str)
8915
8916 async def input_args(self) -> list["FunctionCallArgValue"]:
8917 """The argument values the function is being invoked with."""
8918 _args: list[Arg] = []
8919 _ctx = self._select("inputArgs", _args)
8920 return await _ctx.execute_object_list(FunctionCallArgValue)
8921
8922 async def name(self) -> str:
8923 """The name of the function being called.

Callers 1

invokeMethod · 0.80

Calls 2

_selectMethod · 0.80
execute_object_listMethod · 0.80

Tested by

no test coverage detected