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

Method doc

sdk/python/src/dagger/mod/_resolver.py:93–95  ·  view source on GitHub ↗

Return the description for the callable to invoke.

(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def doc(self):
94 """Return the description for the callable to invoke."""
95 return self.meta.doc if self.meta.doc is not None else get_doc(self.wrapped)
96
97 @property
98 def deprecated(self) -> str | None:

Callers

nothing calls this directly

Calls 1

get_docFunction · 0.90

Tested by

no test coverage detected