Copy *args, **kwargs type annotations from object constructor when passing them to the constructor
|
|
9
|
99
|
June 14, 2025
|
Incompatible types in assignment when casting function argument
|
|
14
|
166
|
June 13, 2025
|
Return type Self: returning subclass
|
|
6
|
278
|
June 10, 2025
|
How do I tell the typechecker that my class is frozen?
|
|
10
|
325
|
June 9, 2025
|
How to annotate class Methods to return only instances of their class or subclass in python
|
|
5
|
126
|
June 9, 2025
|
Why math.gcd compute faster than %?
|
|
9
|
301
|
June 9, 2025
|
Generics over container types?
|
|
4
|
97
|
June 9, 2025
|
Amend PEP 586 to make `enum` values subtypes of `Literal`
|
|
5
|
546
|
June 6, 2025
|
PEP 728: TypedDict with Typed Extra Items
|
|
154
|
7789
|
June 5, 2025
|
Narrow type parameters (rather than variables)
|
|
2
|
132
|
June 5, 2025
|
PEP 718: subscriptable functions
|
|
48
|
7350
|
June 4, 2025
|
T-Strings doc, PEP 750, and Amish barn raising
|
|
8
|
418
|
June 3, 2025
|
Calling a function that expects `T | Sequence[T]`. (typecheckers diverge)
|
|
2
|
170
|
June 2, 2025
|
Why doesn't this method register as an instance of the Protocol?
|
|
1
|
75
|
May 31, 2025
|
Statically typed variables enforcement
|
|
49
|
1065
|
May 31, 2025
|
[Spec] Modifying a `ClassVar` on an instance
|
|
3
|
172
|
May 27, 2025
|
Unbounded tuple unions
|
|
2
|
298
|
May 24, 2025
|
Generic type inference from another generic type
|
|
11
|
371
|
May 21, 2025
|
How to properly hint a class factory with ParamSpec
|
|
7
|
3641
|
May 21, 2025
|
Communicating to static analysis tools that a type is dynamically generated and informing them of how
|
|
3
|
116
|
May 20, 2025
|
Self as TypeVar default
|
|
13
|
385
|
May 20, 2025
|
Removing type checker internals from typeshed
|
|
11
|
490
|
May 17, 2025
|
`@concrete` decorator
|
|
4
|
397
|
May 15, 2025
|
Add a `__len__` and `__getitem__` ABC to `collections.abc`
|
|
9
|
230
|
May 15, 2025
|
Differentiating between initialized and uninitialized assignments on class toplevel
|
|
15
|
463
|
May 12, 2025
|
PEP 764: Inlined typed dictionaries
|
|
56
|
3717
|
May 4, 2025
|
Best practice for type checking and assert statement
|
|
4
|
14180
|
April 29, 2025
|
Challenges of Static Typing for Curried Functions in Python
|
|
4
|
240
|
April 24, 2025
|
__str__ attributes for basic python object should be agnostic
|
|
8
|
317
|
April 23, 2025
|
Typing issue with Generic class
|
|
4
|
163
|
April 22, 2025
|