MCPcopy 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
434def missing_alias() -> TypeAlias:
435 suggestion = _SUGGESTION.format("alias")
436 return TypeAlias(AnyType(TypeOfAny.special_form), suggestion, "<missing>", line=-1, column=-1)

Callers 1

Calls 3

TypeAliasClass · 0.90
AnyTypeClass · 0.90
formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…