GitXplorerGitXplorer
p

typing

public
1615 stars
244 forks
164 issues

Commits

List of commits on branch main.
Verified
a1d4d07f2ca6beb01a8db1b72f66120fc6ba33cb

Mention use of cast in enum type stub example (#1877)

hhauntsaninja committed 3 months ago
Verified
d19b1b233125e02e10f8b26bc625a8f6885d98d9

Update conformance results after new pyre release (#1878)

mmigeed-z committed 3 months ago
Verified
b633be4d316274d9dbd05709068a61e7cb1d417d

Add a label for typed dictionaries class-based syntax (#1873)

VViicos committed 3 months ago
Verified
02b385a9b1205be6c2e8122a740ddd0bb30c6fa7

Add missing return type to generic_syntax_infer_variance.py (#1871)

mmigeed-z committed 3 months ago
Verified
b4b9c4e7e249aab777ad5b46cd529e5e9bc8861b

Updated conformance results for mypy 1.13 and pyright 1.1.386 (#1870)

eerictraut committed 3 months ago
Verified
adc675fa9209ec1830fcea3c622562e722b60b44

Modernizing guide: also mention `com2ann` (#1869)

AAlexWaygood committed 3 months ago

README

The README file for this repository.

Static Typing for Python

Documentation and Support

The documentation for Python's static typing can be found at typing.readthedocs.io. You can get help in our support forum.

Improvements to the type system should be discussed on Python's Discourse, and are tracked in the issues in this repository.

For conversations that are more suitable to a chat platform, you can use one of the following:

Repository Content

This GitHub repository is used for several things:

Historically, this repository also hosted:

  • The typing_extensions package, which now lives in the typing_extensions repo. It used to be in the typing_extensions directory.

  • A backport of the typing module for older Python versions. It was removed after all Python versions that lack typing in the standard library reached end of life. The last released version, supporting Python 2.7 and 3.4, is available at PyPI.