-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
property fail on fget, fset #6185
Comments
Similarly, |
I am having this exact issue while setting gradients in PyTorch. Are there any official work-around(s)? |
Duplicate of #8085 |
* Add get_entity_url() Close #516 * Ignore unsupported mypy Check python/mypy#6185
Seems there's a bunch of related issues to properties - is there any progress? |
Also, any idea as to how this can be "fixed" will be awesome I guess. At-least then, I can try to create my own "PR". |
Please provide more information to help us understand the issue:
Bug
or a mock-up repro if the source is private. We would appreciate
if you try to simplify your case to a minimal repro.
What is the behavior/output you expect?
mypy should pass
What are the versions of mypy and Python you are using?
mypy 0.650
Python 3.6.5
Do you see the same issue after installing mypy from Git master?
Yes
What are the mypy flags you are using? (For example --strict-optional)
no flags.
If mypy crashed with a traceback, please paste
the full traceback below.
(You can freely edit this text, please remove all the lines
you believe are unnecessary.)
The text was updated successfully, but these errors were encountered: