python / typing

Python static typing home. Hosts the documentation and a user help forum.
https://typing.readthedocs.io/
Other
1.59k stars 233 forks source link

More Protocols #1308

Open Eclips4 opened 1 year ago

Eclips4 commented 1 year ago

Can we have more Protocols in typing.py? Like SupportsLt(about __lt__), SupportsLe, SupportsEq, SupportsNe, SupportsGe, SupportsGt.

Gobot1234 commented 1 year ago

Seems like a duplicate of https://github.com/python/typing_extensions/issues/9