Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.95
Calls
2
wrap
Function · 0.85
doc
Function · 0.85
Tested by
no test coverage detected