-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Duplicate attributes in tornado stubs #2423
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
Comments
JelleZijlstra
added a commit
that referenced
this issue
Sep 3, 2018
Fixes #2423. I followed https://github.com/tornadoweb/tornado/blob/master/tornado/httpclient.py and kept the `@property` where it exists in the implementation and the attribute where it doesn't.
JelleZijlstra
added a commit
that referenced
this issue
Sep 3, 2018
Fixes #2423. I followed https://github.com/tornadoweb/tornado/blob/master/tornado/httpclient.py and kept the `@property` where it exists in the implementation and the attribute where it doesn't.
cocoatomo
pushed a commit
to cocoatomo/typeshed
that referenced
this issue
Sep 8, 2018
Fixes python#2423. I followed https://github.com/tornadoweb/tornado/blob/master/tornado/httpclient.py and kept the `@property` where it exists in the implementation and the attribute where it doesn't.
yedpodtrzitko
pushed a commit
to yedpodtrzitko/typeshed
that referenced
this issue
Jan 23, 2019
Fixes python#2423. I followed https://github.com/tornadoweb/tornado/blob/master/tornado/httpclient.py and kept the `@property` where it exists in the implementation and the attribute where it doesn't.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working on some unrelated things and noticed these errors:
This are technically OK, but anyway it looks like an inconsistency that should not be in typeshed IMO.
The text was updated successfully, but these errors were encountered: