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

Method render_body

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

Source from the content-addressed store, hash-verified

900 predicate: ClassVar[Predicate] = staticmethod(is_custom_scalar_type)
901
902 def render_body(self, t: GraphQLScalarType) -> str:
903 return super().render_body(t) or "..."
904
905
906@dataclass

Callers

nothing calls this directly

Calls 1

render_bodyMethod · 0.45

Tested by

no test coverage detected