Cleanup in SpecifyTypeIn*Intentions and PyDocstringInspection
authorMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 7 Sep 2015 11:02:58 +0000 (14:02 +0300)
committerMikhail Golubev <mikhail.golubev@jetbrains.com>
Mon, 7 Sep 2015 11:08:13 +0000 (14:08 +0300)
commitdade15b0315dcf25a82ab6d50d44a2a8c8b24fa5
tree0d3d678b008ff06e6ae23ecd56fcaae31ca17a88
parentc36a6673c8d4ee744d329cf118b0458cc85427c7
Cleanup in SpecifyTypeIn*Intentions and PyDocstringInspection

Like SpecifyTypeInDocstringIntention SpecifyTypeInPy3AnnotationIntention
operates only on named function parameters.
python/src/com/jetbrains/python/codeInsight/intentions/SpecifyTypeInDocstringIntention.java
python/src/com/jetbrains/python/codeInsight/intentions/SpecifyTypeInPy3AnnotationsIntention.java
python/src/com/jetbrains/python/documentation/PyDocstringGenerator.java
python/src/com/jetbrains/python/inspections/PyDocstringInspection.java