About the Typing category
|
|
2
|
1212
|
October 17, 2023
|
Trying to type-annotate decorator that adds default value
|
|
9
|
220
|
February 12, 2025
|
Type hints for kwarg overrides
|
|
13
|
1222
|
February 12, 2025
|
`__hash__`, `__eq__`, and LSP
|
|
25
|
730
|
February 11, 2025
|
Call For Suggestions: Nominate Python Packages for Typing Improvements
|
|
7
|
272
|
February 11, 2025
|
`typing.Never` and `TypedDict`
|
|
4
|
141
|
February 11, 2025
|
Encoding mypy's "overlapping types" in the type system
|
|
6
|
347
|
February 6, 2025
|
Typing Spec inconsistency for unpacking typed dict kwargs
|
|
0
|
75
|
February 6, 2025
|
Discussion: Optional class and protocol fields and methods
|
|
4
|
225
|
February 6, 2025
|
Cannot inherit non-frozen dataclass from a frozen one
|
|
3
|
163
|
February 3, 2025
|
Run-time behaviour of `TypeAliasType
|
|
58
|
2984
|
February 3, 2025
|
Clarifications to the typing spec regarding `type[]`
|
|
13
|
820
|
February 1, 2025
|
Github Badge for Type Coverage
|
|
19
|
677
|
February 1, 2025
|
Implicit `default` for a `dataclass_transform` field specifier
|
|
9
|
525
|
January 31, 2025
|
Reproduce an annotated function declaration
|
|
2
|
115
|
January 31, 2025
|
Proposal: allow chaining @final decorator when previous decorators return a non-function
|
|
3
|
97
|
January 31, 2025
|
How to share type variables when inheriting from generic base classes?
|
|
7
|
191
|
January 31, 2025
|
Typing Summit at PyCon US 2025
|
|
2
|
117
|
January 30, 2025
|
Astral, the company behind ruff and uv, is making a static type checker for Python
|
|
0
|
314
|
January 30, 2025
|
How should C-extensions deal with `__eq__`?
|
|
3
|
200
|
January 28, 2025
|
Taking the argument signature from a different function
|
|
24
|
8218
|
January 27, 2025
|
Specify `TYPE_CHECKING = False` without typing import
|
|
32
|
1217
|
January 27, 2025
|
Defining overload-preserving signatures for wrapped callables
|
|
4
|
100
|
January 26, 2025
|
Compatability of descriptor objects in protocols
|
|
6
|
164
|
January 24, 2025
|
cast(T, something) doesn't seem to work when T is a type variable
|
|
6
|
181
|
January 24, 2025
|
Type hints for bool vs int overload
|
|
65
|
756
|
January 22, 2025
|
January Typing Meetup: January 22, 18:00 UTC (10am PST)
|
|
3
|
257
|
January 22, 2025
|
TypeVarTuple with a default Unpack[tuple[()] in base class
|
|
0
|
59
|
January 22, 2025
|
`foo` vs `foo-stubs` with MYPYPATH
|
|
5
|
190
|
January 22, 2025
|
How to check if a type annotation represents an union
|
|
2
|
149
|
January 19, 2025
|