Inspection: show "Any" types in Pycharm

已回答

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.

0

Nope, not yet. Only manually hovering over such identifier and checking whether the inferred type for it is `Any`.

0

请先登录再写评论。