Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dagger/dagger
/ supertype_name
Method
supertype_name
sdk/python/codegen/src/codegen/generator.py:172–173 ·
view source on GitHub ↗
(self, t: _H)
Source
from the content-addressed store, hash-verified
170
""
"Does this handler render the given type?"
""
171
172
def
supertype_name(self, t: _H) -> str:
173
return
self.__class__.__name__
174
175
def
type_name(self, t: _H) -> str:
176
return
t.name
Callers
1
render_head
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected