tomv564 / pyls-mypy

Mypy plugin for the Python Language Server
MIT License
110 stars 62 forks source link

Prove a hover using mypy's reveal_type? #28

Open tomv564 opened 5 years ago

tomv564 commented 5 years ago

Unfortunately there is no direct API for it in mypy - it just emits the info while walking the syntax tree as part of its regular type checking.