DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
http://docs.basedpyright.com/
Other
601 stars 12 forks source link

Support callable literal syntax #445

Open KotlinIsland opened 1 week ago

KotlinIsland commented 1 week ago
a: "(int) -> str"
reveal_type(a) # (int) -> str

please 😊