Message371513
The typing module documentation (https://docs.python.org/3/library/typing.html#typing.SupportsInt) does not mention that the protocols listed below are all decorated with `@runtime_checkable`. This should mentioned in the entry for each protocol and also in the entry for `@runtime_checkable`
* SupportsAbs
* SupportsBytes
* SupportsComplex
* SupportsFloat
* SupportsIndex
* SupportsInt
* SupportsRound |
|
Date |
User |
Action |
Args |
2020-06-14 19:43:07 | ramalho | set | recipients:
+ ramalho, docs@python |
2020-06-14 19:43:07 | ramalho | set | messageid: <1592163787.83.0.523481527574.issue40978@roundup.psfhosted.org> |
2020-06-14 19:43:07 | ramalho | link | issue40978 messages |
2020-06-14 19:43:07 | ramalho | create | |
|