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

Method fields

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

Source from the content-addressed store, hash-verified

962class ObjectHandler(Handler[_O]):
963 @abstractmethod
964 def fields(self, t: _O) -> Iterator[_F]: ...
965
966 @joiner
967 def render_body(self, t: _O) -> Iterator[str]:

Callers 1

render_bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected