KEMBAR78
Fix overloading on Type[...] by ilevkivskyi · Pull Request #4037 · python/mypy · GitHub
Skip to content

Conversation

ilevkivskyi
Copy link
Member

Fixes #4027

Currently overloads on Type[...] don't accept class objects whose __init__ is itself overloaded. I fix this by simply allowing FunctionLike with .is_type_obj() returning True instead of only Callable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spurious "No overload variant matches argument types"

2 participants