About the Typing category
|
|
2
|
1204
|
October 17, 2023
|
Specify `TYPE_CHECKING = False` without typing import
|
|
31
|
980
|
January 25, 2025
|
Encoding mypy's "overlapping types" in the type system
|
|
1
|
88
|
January 25, 2025
|
Compatability of descriptor objects in protocols
|
|
6
|
133
|
January 24, 2025
|
cast(T, something) doesn't seem to work when T is a type variable
|
|
6
|
149
|
January 24, 2025
|
`__hash__`, `__eq__`, and LSP
|
|
18
|
475
|
January 23, 2025
|
Type hints for bool vs int overload
|
|
65
|
730
|
January 22, 2025
|
January Typing Meetup: January 22, 18:00 UTC (10am PST)
|
|
3
|
239
|
January 22, 2025
|
TypeVarTuple with a default Unpack[tuple[()] in base class
|
|
0
|
51
|
January 22, 2025
|
`foo` vs `foo-stubs` with MYPYPATH
|
|
5
|
181
|
January 22, 2025
|
Clarifications to the typing spec regarding `type[]`
|
|
12
|
728
|
January 21, 2025
|
How to check if a type annotation represents an union
|
|
2
|
123
|
January 19, 2025
|
Overload type hinting for empty sequences?
|
|
5
|
240
|
January 14, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
39
|
2982
|
January 12, 2025
|
Current blockers on runtime deferal of typing imports
|
|
5
|
194
|
January 11, 2025
|
Static analysis at odds with runtime goals
|
|
13
|
422
|
January 11, 2025
|
Github Badge for Type Coverage
|
|
15
|
562
|
January 10, 2025
|
Why does functools.wraps not preserve wrapped function signature when used on __call__?
|
|
2
|
134
|
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
|
215
|
January 5, 2025
|
Enforcing __init__ signature when implementing it as an abstractmethod
|
|
65
|
657
|
January 4, 2025
|
@internal decorator
|
|
9
|
338
|
January 3, 2025
|
Specifying invalid signatures in overloads
|
|
10
|
266
|
January 2, 2025
|
Pyright & type of __path__
|
|
1
|
127
|
January 1, 2025
|
Introduction to a new runtime Python typing library - `python-newtype`!
|
|
5
|
376
|
January 1, 2025
|
Narrowing generic type bounds with isinstance
|
|
6
|
198
|
December 29, 2024
|
Conflict between Python typing library docs and mypy docs regarding function overload usage
|
|
8
|
255
|
December 26, 2024
|
Extract kwargs types from a function signature
|
|
14
|
3482
|
December 25, 2024
|
How to get a type check error on `__bool__`
|
|
16
|
385
|
December 25, 2024
|
`dict.get()` return values when `Any` involved
|
|
4
|
224
|
December 24, 2024
|