commit | f8ff7ccfef4cf6fe9a0c8a41dc7f6b0624af1348 | [log] [tgz] |
---|---|---|
author | Charlie Boutier <[email protected]> | Tue Jul 09 17:46:47 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jul 09 17:46:47 2024 +0000 |
tree | b2c710fe4d1306bd157b78c6bdfb0255a28a97b9 | |
parent | 0f9de4435eccc3c023e68f243620ffb8449428df [diff] | |
parent | 575ad2e038f7a834ee779b358d90fee9dfc38c3c [diff] |
typing_extensions: use newest version am: 575ad2e038 Original change: https://android-review.googlesource.com/c/platform/external/python/typing/+/3162578 Change-Id: I4a0f06f3e8556d5ee2366ece6cd0e3c1330d7faa Signed-off-by: Automerger Merge Worker <[email protected]>
The documentation for Python's static typing can be found at typing.readthedocs.io. You can get help either in our support forum or chat with us on Gitter.
Improvements to the type system should be discussed on the typing-sig mailing list, although the issues in this repository contain some historic discussions.
This GitHub repository is used for several things:
The typing_extensions
module lives in the typing_extensions directory.
The documentation at typing.readthedocs.io is maintained in the docs directory.
A discussion forum for typing-related user help is hosted here.
Historically, this repository hosted a backport of the typing
module for older Python versions. The last released version, supporting Python 2.7 and 3.4, is available at PyPI.
See CONTRIBUTING.md for more.