You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently stubgen just builds an AST and works mostly at a syntactic level. Given that, most type annotations during its executions are actually instances of UnboundType and forces stubgen to make some assumptions because of lack of information (for example in a type X.Y.Z, which part of that path is a module name, or if actually X = Y is a type alias or not)
Currently stubgen just builds an AST and works mostly at a syntactic level. Given that, most type annotations during its executions are actually instances of
UnboundType
and forces stubgen to make some assumptions because of lack of information (for example in a typeX.Y.Z
, which part of that path is a module name, or if actuallyX = Y
is a type alias or not)This comes from #3169 (comment)
The text was updated successfully, but these errors were encountered: