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

Method render_body

sdk/python/codegen/src/codegen/generator.py:189–191  ·  view source on GitHub ↗
(self, t: _H)

Source from the content-addressed store, hash-verified

187
188 @joiner
189 def render_body(self, t: _H) -> Iterator[str]:
190 if t.description:
191 yield from wrap(doc(t.description))
192
193
194@joiner

Callers 1

renderMethod · 0.95

Calls 2

wrapFunction · 0.85
docFunction · 0.85

Tested by

no test coverage detected