About the Typing category
|
|
2
|
1204
|
October 17, 2023
|
Type hints for bool vs int overload
|
|
65
|
691
|
January 22, 2025
|
January Typing Meetup: January 22, 18:00 UTC (10am PST)
|
|
3
|
209
|
January 22, 2025
|
Compatability of descriptor objects in protocols
|
|
1
|
59
|
January 22, 2025
|
TypeVarTuple with a default Unpack[tuple[()] in base class
|
|
0
|
33
|
January 22, 2025
|
`foo` vs `foo-stubs` with MYPYPATH
|
|
5
|
174
|
January 22, 2025
|
Clarifications to the typing spec regarding `type[]`
|
|
12
|
718
|
January 21, 2025
|
How to check if a type annotation represents an union
|
|
2
|
119
|
January 19, 2025
|
Specify `TYPE_CHECKING = False` without typing import
|
|
30
|
954
|
January 17, 2025
|
Overload type hinting for empty sequences?
|
|
5
|
234
|
January 14, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
39
|
2970
|
January 12, 2025
|
Current blockers on runtime deferal of typing imports
|
|
5
|
194
|
January 11, 2025
|
Static analysis at odds with runtime goals
|
|
13
|
416
|
January 11, 2025
|
Github Badge for Type Coverage
|
|
15
|
558
|
January 10, 2025
|
Why does functools.wraps not preserve wrapped function signature when used on __call__?
|
|
2
|
133
|
January 9, 2025
|
Allow harmless overriding of `Final` attributes for documentation purposes
|
|
1
|
197
|
January 6, 2025
|
Protocol classes should not match `Callable[..., Proto]`
|
|
6
|
212
|
January 5, 2025
|
Enforcing __init__ signature when implementing it as an abstractmethod
|
|
65
|
653
|
January 4, 2025
|
@internal decorator
|
|
9
|
337
|
January 3, 2025
|
Specifying invalid signatures in overloads
|
|
10
|
264
|
January 2, 2025
|
Pyright & type of __path__
|
|
1
|
126
|
January 1, 2025
|
Introduction to a new runtime Python typing library - `python-newtype`!
|
|
5
|
374
|
January 1, 2025
|
Narrowing generic type bounds with isinstance
|
|
6
|
195
|
December 29, 2024
|
Conflict between Python typing library docs and mypy docs regarding function overload usage
|
|
8
|
254
|
December 26, 2024
|
Extract kwargs types from a function signature
|
|
14
|
3460
|
December 25, 2024
|
How to get a type check error on `__bool__`
|
|
16
|
384
|
December 25, 2024
|
`dict.get()` return values when `Any` involved
|
|
4
|
222
|
December 24, 2024
|
Expanding `ReadOnly` to normal classes & protocols
|
|
80
|
1743
|
December 22, 2024
|
Typing Syntax: Forward Reference Union Type
|
|
1
|
178
|
December 17, 2024
|
Taking the argument signature from a different function
|
|
22
|
7909
|
December 15, 2024
|