Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ name
Method
name
mypy/types.py:2688–2689 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2686
return
self._items
2687
2688
def
name(self) -> str | None:
2689
return
self.get_name()
2690
2691
def
is_type_obj(self) -> bool:
2692
# All the items must have the same type object status, so it's
Callers
nothing calls this directly
Calls
1
get_name
Method · 0.95
Tested by
no test coverage detected