MCPcopy Index your code
hub / github.com/dagger/dagger / _select

Method _select

sdk/python/src/dagger/client/base.py:63–64  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

61 return hash((type(self), self._graphql_name(), self._ctx))
62
63 def _select(self, *args, **kwargs):
64 return self._ctx.select(self._graphql_name(), *args, **kwargs)
65
66 def _select_multiple(self, **kwargs):
67 return self._ctx.select_multiple(self._graphql_name(), **kwargs)

Callers 15

exportMethod · 0.80
idMethod · 0.80
idMethod · 0.80
idMethod · 0.80
containerMethod · 0.80
directoryMethod · 0.80
fileMethod · 0.80
git_refMethod · 0.80
git_repositoryMethod · 0.80
idMethod · 0.80
secretMethod · 0.80
serviceMethod · 0.80

Calls 2

selectMethod · 0.45
_graphql_nameMethod · 0.45

Tested by

no test coverage detected