Pycharm type hinting does not work if `self` argument is not annotated
Answered
I am using mypy-style type annotations for python 2.7. MyPy does not require to specify type of `self` argument, but if I do this in PyCharm type hinting stops working:

If I specify type everything is fine:

If I use sphinx-style annotations type hinting works fine without specifying type of self.
Is It bug or intended behavior?
Please sign in to leave a comment.
Hi,
I filed an issue about it https://youtrack.jetbrains.com/issue/PY-36051, please vote for it and follow for updates.
See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
Thanks!