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
namedtuple is special cased by type checkers. I am not sure that its definition can be improved in typeshed. But if you have good ideas, please submit a PR and we will have a look at it. In the meantime I am going to close this issue.
Reference: pandas-dev/pandas#29114 (comment)
collections.namedtuple()
should have its type inferred as the user-supplied argument. Instead, its type is inferred as tuple.The text was updated successfully, but these errors were encountered: