About the Typing category
|
|
2
|
1125
|
October 17, 2023
|
Expanding `ReadOnly` to normal classes & protocols
|
|
2
|
74
|
October 10, 2024
|
Typing a protocol with internal enum class
|
|
0
|
70
|
October 8, 2024
|
How to type "callable-like" classes?
|
|
4
|
247
|
October 7, 2024
|
Is there any tool that can report "type coverage" of a project?
|
|
3
|
923
|
October 3, 2024
|
PEP 746: TypedMetadata for type checking of PEP 593 Annotated
|
|
81
|
2625
|
October 5, 2024
|
PEP 747: TypeExpr: Type Hint for a Type Expression
|
|
56
|
2576
|
October 4, 2024
|
Enum classes and Self
|
|
10
|
448
|
October 3, 2024
|
Expected behaviour for local function definitions in union types?
|
|
12
|
230
|
October 2, 2024
|
Call for Typing Council nominations (9/2024)
|
|
7
|
531
|
October 1, 2024
|
Should list arguments of a type statement that refer to a ParamSpec be converted to a tuple?
|
|
0
|
82
|
September 30, 2024
|
Can a non-ReadOnly item in a TypedDict be redeclared as ReadOnly?
|
|
2
|
131
|
September 28, 2024
|
Bivariance inference
|
|
13
|
360
|
September 27, 2024
|
Permit inferring Self for unannotated self
|
|
1
|
117
|
September 27, 2024
|
Add a return type annotation for return values that should only be used when the function is used as a decorator
|
|
14
|
200
|
September 24, 2024
|
Types for asynchronous generators too general
|
|
2
|
168
|
September 23, 2024
|
Allow StrEnum members to be used as keys in TypedDict
|
|
4
|
121
|
September 20, 2024
|
Questionable annotation behaviors
|
|
5
|
439
|
September 20, 2024
|
The future of `reveal_type` as a pseudo-built-in?
|
|
8
|
232
|
September 19, 2024
|
Specs clarification: `type[A | B]` is equivalent/the same as `type[A] | type[B]`
|
|
30
|
523
|
September 17, 2024
|
Clarifying NamedTuple inheritance in the typing spec
|
|
1
|
108
|
September 17, 2024
|
Pre-PEP Considerations and Feedback: Type Transformations on Variadic Generics
|
|
19
|
1197
|
September 17, 2024
|
PEP 727 and 746 alternative: a better way to add metadata
|
|
7
|
234
|
September 17, 2024
|
`@concrete` decorator
|
|
2
|
179
|
September 16, 2024
|
Type Coverage of Popular Python Packages and Github Badge
|
|
16
|
452
|
September 13, 2024
|
Compatibility of protocol class object with `type[T]` and `type[Any]`
|
|
6
|
1048
|
September 12, 2024
|
Why do PEP 561 and typeshed naming conventions conflict?
|
|
4
|
452
|
September 9, 2024
|
Clarification of `dataclass_transform` behavior for metaclasses
|
|
3
|
144
|
September 9, 2024
|
'Zen of Typing'?
|
|
7
|
694
|
September 2, 2024
|
A missing counterpart of `override`? (a.k.a. `virtual`)
|
|
5
|
856
|
September 2, 2024
|