About the Typing category |
|
2 |
1280 |
October 17, 2023 |
Differentiating between initialized and uninitialized assignments on class toplevel typing |
|
8 |
117 |
May 8, 2025 |
Ty: Astral's Type Checker |
|
2 |
254 |
May 7, 2025 |
Inlined typed dicts and typed dict comprehensions |
|
9 |
661 |
October 30, 2024 |
Extract kwargs types from a function signature help |
|
14 |
4193 |
December 25, 2024 |
Self as TypeVar default typing |
|
11 |
213 |
May 7, 2025 |
How to tell typecheckers that a function will run with augmented namespace |
|
9 |
238 |
May 6, 2025 |
Better specification for when the presence of typing.Never should be considered a type system error |
|
44 |
677 |
May 5, 2025 |
Current blockers on runtime deferal of typing imports |
|
12 |
627 |
May 4, 2025 |
Statically typed and named structs |
|
4 |
188 |
May 3, 2025 |
Expanding `ReadOnly` to normal classes & protocols |
|
81 |
1964 |
April 29, 2025 |
What would it take to implement type mapping for generics? |
|
6 |
461 |
April 27, 2025 |
Indexing TypedDict with a non-literal variable |
|
13 |
378 |
April 26, 2025 |
Dataclass_transform: add inherit_defaults option |
|
11 |
228 |
April 26, 2025 |
Type inference for function return types |
|
31 |
5326 |
April 26, 2025 |
TypedDict operations with unknown literal keys |
|
1 |
92 |
April 25, 2025 |
Typing spec gap about properties in Protocols |
|
16 |
502 |
April 25, 2025 |
Challenges of Static Typing for Curried Functions in Python help , typing |
|
4 |
218 |
April 24, 2025 |
Structural Pattern Matching for Types typing |
|
4 |
560 |
April 15, 2025 |
Issubclass doesn't like type unions as argument 1 |
|
5 |
195 |
April 19, 2025 |
Adding NamedTuple member/naming rules to the typing spec |
|
0 |
98 |
April 19, 2025 |
PyCon US 2025 Typing Summit: agenda is set |
|
0 |
173 |
April 15, 2025 |
Template literal types |
|
0 |
148 |
April 15, 2025 |
`@dataclass_transform` assumes `__dataclass_fields__` exists |
|
0 |
109 |
April 11, 2025 |
Typing Spec inconsistency for unpacking typed dict kwargs |
|
2 |
218 |
April 13, 2025 |
Removing type checker internals from typeshed typing |
|
0 |
136 |
April 11, 2025 |
Idea: `ReturnType` to refer to function's return type typing |
|
0 |
127 |
April 10, 2025 |
Bare `ClassVar` annotation |
|
10 |
444 |
April 9, 2025 |
The structural type of typing.Callable |
|
14 |
1796 |
April 5, 2025 |
Unsoundness of contravariant `Self` type typing , typing-spec |
|
11 |
644 |
April 1, 2025 |