JelleZijlstra / typeshed_client

Retrieve information from typeshed and other typing stubs
MIT License
20 stars 2 forks source link

Add support for try blocks in stubs #111

Closed JelleZijlstra closed 2 months ago

JelleZijlstra commented 2 months ago

On a local test I saw that kiwisolver/_cext.pyi and rapidfuzz/process.pyi contain try blocks. Not standards-compliant but I'd rather have typeshed-client not crash on this.