About the Typing category
|
|
2
|
1166
|
October 17, 2023
|
Change type signature for an inherited method implementation
|
|
6
|
86
|
December 3, 2024
|
Trying to type-annotate decorator that adds default value
|
|
8
|
93
|
December 2, 2024
|
Interoperability issue with module level inline annotations
|
|
20
|
138
|
December 1, 2024
|
Inference on Literal Types
|
|
132
|
937
|
December 1, 2024
|
Why do some (all?) type checkers discard `classmethod`/`staticmethod`/`property` instead of using the descriptor protocol?
|
|
11
|
198
|
December 1, 2024
|
What does it mean for a `TypedDict` to have a `ClassVar` field?
|
|
3
|
108
|
November 30, 2024
|
`@dataclass_transform()` and `__replace__`
|
|
21
|
329
|
November 30, 2024
|
Expanding `ReadOnly` to normal classes & protocols
|
|
73
|
1426
|
November 28, 2024
|
Clarifying the rules for subclassing generic classes
|
|
3
|
249
|
November 27, 2024
|
Type hints for bool vs int overload
|
|
5
|
239
|
November 26, 2024
|
Typing Meetup for December: December 11, 18:00 UTC (10am PST)
|
|
1
|
82
|
November 24, 2024
|
Extending a `TypedDict` with non-required fields
|
|
7
|
103
|
November 23, 2024
|
Conflicting tuple base classes
|
|
2
|
135
|
November 23, 2024
|
Add a short form for type casting variable assignments
|
|
5
|
157
|
November 23, 2024
|
[PEP 483] I think that 'being a subtype of' in this PEP are wrong
|
|
2
|
99
|
November 22, 2024
|
Python Typing Survey Results
|
|
1
|
174
|
November 20, 2024
|
Typing Meetup for November: November 20, 18:00 UTC (10am PST)
|
|
8
|
318
|
November 20, 2024
|
Structural subtyping, EAFP, and exceptions which inform structure
|
|
19
|
655
|
November 19, 2024
|
Ambivalent async generator function signature
|
|
3
|
143
|
November 18, 2024
|
Overloads of async generators: inconsistent Coroutine wrapping
|
|
16
|
514
|
November 12, 2024
|
Prevalence/Staleness of Stubs Packages in Pypi
|
|
5
|
310
|
November 11, 2024
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
68
|
3211
|
November 9, 2024
|
Why can't we ...?
|
|
22
|
1119
|
November 8, 2024
|
Immutable classes
|
|
23
|
767
|
November 8, 2024
|
`__orig_class__` availability
|
|
6
|
165
|
November 8, 2024
|
Behavior of "get_type_hints" differs on classes and instances
|
|
1
|
70
|
November 7, 2024
|
Runtime resolution of TypeVar
|
|
3
|
125
|
November 7, 2024
|
Union Type Broadcasting
|
|
14
|
215
|
November 7, 2024
|
Should list arguments of a type statement that refer to a ParamSpec be converted to a tuple?
|
|
1
|
147
|
November 5, 2024
|