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

Class FunctionDefinition

sdk/python/src/dagger/mod/_types.py:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclasses.dataclass(slots=True, frozen=True)
20class FunctionDefinition:
21 name: APIName | None = None
22 doc: str | None = None
23 cache: str | None = None
24 deprecated: str | None = None
25 check: bool = False
26 generator: bool = False
27 service: bool = False
28
29
30class Enum(str, base.Enum):

Callers 1

wrapperMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected