typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Collection of library stubs for Python, with static types

Results 437 typeshed issues
Sort by recently updated
recently updated
newest added

Pretty straight forward. https://github.com/pyca/pyopenssl/blob/a972ea4a5df700d60a5b59f7990952baf0bb3974/src/OpenSSL/SSL.py#L162-L164 They're there in the actual code, but missing from the stubs.

type-incomplete

The upstream library is very tricky to type (likely requires nontrivial refactoring), and only contains partial type information, but stubs are a lot easier because only the public signatures are...

This issue is supposed to track when we can start to use the `TypeIs` special form ([PEP 742](https://peps.python.org/pep-0742/) in typeshed. Support is needed in released versions of: * [ ]...

feature-tracker

Inspired by https://github.com/microsoft/pyright/issues/5515 Closes #6069 --- Deferred because of: https://github.com/python/mypy/pull/15687

status: deferred

Release: https://pypi.org/pypi/pycurl/7.45.3 Homepage: http://pycurl.io/ Repository: https://github.com/pycurl/pycurl If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix...

stubsabot