Inspection: show "Any" types in Pycharm
Answered
Is there a way for PyCharm to indicate which identifiers typecheck as "Any", in other words, a type could not be determined for them? This would be very useful in improving type-checked coverage.
Please sign in to leave a comment.
Nope, not yet. Only manually hovering over such identifier and checking whether the inferred type for it is `Any`.