Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__init__ signatures are not picked up from typeshed #202

Closed
JelleZijlstra opened this issue May 22, 2021 · 0 comments · Fixed by #430
Closed

__init__ signatures are not picked up from typeshed #202

JelleZijlstra opened this issue May 22, 2021 · 0 comments · Fixed by #430

Comments

@JelleZijlstra
Copy link
Contributor

For example, reveal_type(formatter.NullFormatter) shows:

Revealed type is 'Literal[<class 'formatter.NullFormatter'>]', signature is (writer=Composite(value=KnownValue(val=None), varname=None, node=None)) -> formatter.NullFormatter (code: inference_failure)

But it should pick up the annotation in https://github.com/python/typeshed/blob/master/stdlib/formatter.pyi#L9

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 a pull request may close this issue.

1 participant