Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ __post_init__
Method
__post_init__
sdk/python/src/dagger/mod/_resolver.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
name: APIName = dataclasses.field(init=False)
60
61
def
__post_init__(self):
62
self.name = self.meta.name or normalize_name(self.original_name)
63
64
65
@dataclasses.dataclass
Callers
nothing calls this directly
Calls
1
normalize_name
Function · 0.90
Tested by
no test coverage detected