Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ missing_alias
Function
missing_alias
mypy/fixup.py:434–436 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
432
433
434
def
missing_alias() -> TypeAlias:
435
suggestion = _SUGGESTION.format(
"alias"
)
436
return
TypeAlias(AnyType(TypeOfAny.special_form), suggestion,
"<missing>"
, line=-1, column=-1)
Callers
1
lookup_fully_qualified_alias
Function · 0.85
Calls
3
TypeAlias
Class · 0.90
AnyType
Class · 0.90
format
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…