Type hinting generic function operating on type, and returning concrete value of that type
|
|
4
|
133
|
February 14, 2025
|
Trying to type-annotate decorator that adds default value
|
|
9
|
369
|
February 12, 2025
|
Type hints for kwarg overrides
|
|
13
|
1445
|
February 12, 2025
|
`__hash__`, `__eq__`, and LSP
|
|
25
|
807
|
February 11, 2025
|
Encoding mypy's "overlapping types" in the type system
|
|
6
|
365
|
February 6, 2025
|
Typing Spec inconsistency for unpacking typed dict kwargs
|
|
0
|
86
|
February 6, 2025
|
Discussion: Optional class and protocol fields and methods
|
|
4
|
270
|
February 6, 2025
|
Cannot inherit non-frozen dataclass from a frozen one
|
|
3
|
230
|
February 3, 2025
|
Run-time behaviour of `TypeAliasType
|
|
58
|
3124
|
February 3, 2025
|
Clarifications to the typing spec regarding `type[]`
|
|
13
|
848
|
February 1, 2025
|
Github Badge for Type Coverage
|
|
19
|
700
|
February 1, 2025
|
Implicit `default` for a `dataclass_transform` field specifier
|
|
9
|
542
|
January 31, 2025
|
Reproduce an annotated function declaration
|
|
2
|
120
|
January 31, 2025
|
Proposal: allow chaining @final decorator when previous decorators return a non-function
|
|
3
|
102
|
January 31, 2025
|
How to share type variables when inheriting from generic base classes?
|
|
7
|
227
|
January 31, 2025
|
Typing Summit at PyCon US 2025
|
|
2
|
129
|
January 30, 2025
|
Astral, the company behind ruff and uv, is making a static type checker for Python
|
|
0
|
414
|
January 30, 2025
|
How should C-extensions deal with `__eq__`?
|
|
3
|
207
|
January 28, 2025
|
Taking the argument signature from a different function
|
|
24
|
8580
|
January 27, 2025
|
Compatability of descriptor objects in protocols
|
|
6
|
170
|
January 24, 2025
|
cast(T, something) doesn't seem to work when T is a type variable
|
|
6
|
197
|
January 24, 2025
|
Type hints for bool vs int overload
|
|
65
|
834
|
January 22, 2025
|
January Typing Meetup: January 22, 18:00 UTC (10am PST)
|
|
3
|
272
|
January 22, 2025
|
TypeVarTuple with a default Unpack[tuple[()] in base class
|
|
0
|
64
|
January 22, 2025
|
`foo` vs `foo-stubs` with MYPYPATH
|
|
5
|
198
|
January 22, 2025
|
How to check if a type annotation represents an union
|
|
2
|
184
|
January 19, 2025
|
Overload type hinting for empty sequences?
|
|
5
|
276
|
January 14, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
39
|
3062
|
January 12, 2025
|
Current blockers on runtime deferal of typing imports
|
|
5
|
221
|
January 11, 2025
|
Static analysis at odds with runtime goals
|
|
13
|
513
|
January 11, 2025
|