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

Method deprecated

sdk/python/codegen/src/codegen/generator.py:884–885  ·  view source on GitHub ↗
(self, prefix='"', suffix='"')

Source from the content-addressed store, hash-verified

882 return "\n\n".join("\n".join(section) for section in _out())
883
884 def deprecated(self, prefix='"', suffix='"') -> str | None:
885 return rewrite_notice(self.graphql.deprecation_reason, prefix, suffix)
886
887 def experimental(self, prefix='"', suffix='"') -> str:
888 reason = ""

Callers 2

func_bodyMethod · 0.95
_outMethod · 0.95

Calls 1

rewrite_noticeFunction · 0.85

Tested by

no test coverage detected