stubalyzer.types module

stubalyzer.types.RelevantSymbolNode

SymbolNodes that are interesting for stub files. Excludes MypyFiles (the modules themselves), imported names and Mypy placeholders

alias of Union[Decorator, FuncDef, OverloadedFuncDef, Var, TypeInfo, TypeVarExpr, TypeAlias]