Idea: `ReturnType` to refer to function's return type
|
|
12
|
402
|
July 22, 2025
|
Dynamically adding type annotations to a class
|
|
3
|
117
|
July 22, 2025
|
Encapsulation of variants in `Union`s
|
|
3
|
81
|
July 22, 2025
|
Make Callable callable for typing callables
|
|
16
|
568
|
July 21, 2025
|
Type hint a typical BaseModel with some features if possible
|
|
0
|
39
|
July 21, 2025
|
Getting keys defined in TypedDict in order with type information
|
|
2
|
65
|
July 19, 2025
|
Statically typed variables enforcement
|
|
51
|
1305
|
July 18, 2025
|
Type error in 3rd party packages
|
|
3
|
136
|
July 17, 2025
|
Trying to type complex function decorator
|
|
6
|
150
|
July 17, 2025
|
Leveraging Runtime Type Annotations for CPython Performance Improvements
|
|
22
|
543
|
July 15, 2025
|
PEP 767: Annotating Read-Only Attributes
|
|
49
|
2328
|
July 11, 2025
|
Type annotation of methods in narrowed subclass of generics
|
|
4
|
180
|
July 5, 2025
|
PEP Idea: Extend spec of Callable to accept unpacked TypeDicts to specify keyword-only parameters
|
|
48
|
852
|
July 4, 2025
|
Structural Pattern Matching - Add support for `typing.NewType` and `typing.TypeAliasType`
|
|
0
|
130
|
July 2, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
13
|
491
|
June 30, 2025
|
Using generic type parameter with unpack
|
|
1
|
77
|
June 29, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
155
|
8103
|
June 29, 2025
|
Type hinting highly dynamic functions
|
|
3
|
137
|
June 29, 2025
|
Type-only imports
|
|
5
|
415
|
June 26, 2025
|
Suggestion: make ast constructor types accept sequences
|
|
2
|
191
|
June 23, 2025
|
Typing Untyped Third-Party Dependencies in My Project
|
|
3
|
181
|
June 21, 2025
|
Apply TypedDict-like type hint to __getitem__
|
|
4
|
80
|
June 21, 2025
|
Mypy: dir is excluded but then errors are thrown for files within the dir
|
|
7
|
744
|
June 20, 2025
|
Typing a decorator factory
|
|
4
|
221
|
June 18, 2025
|
Copy *args, **kwargs type annotations from object constructor when passing them to the constructor
|
|
10
|
223
|
June 14, 2025
|
Incompatible types in assignment when casting function argument
|
|
13
|
236
|
June 13, 2025
|
Return type Self: returning subclass
|
|
6
|
307
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
359
|
June 9, 2025
|
How to annotate class Methods to return only instances of their class or subclass in python
|
|
5
|
137
|
June 9, 2025
|
Why math.gcd compute faster than %?
|
|
9
|
313
|
June 9, 2025
|