About the Typing category
|
|
2
|
1204
|
October 17, 2023
|
How should C-extensions deal with `__eq__`?
|
|
3
|
86
|
January 28, 2025
|
Taking the argument signature from a different function
|
|
24
|
8034
|
January 27, 2025
|
Specify `TYPE_CHECKING = False` without typing import
|
|
32
|
1156
|
January 27, 2025
|
Encoding mypy's "overlapping types" in the type system
|
|
5
|
242
|
January 27, 2025
|
Defining overload-preserving signatures for wrapped callables
|
|
4
|
88
|
January 26, 2025
|
Compatability of descriptor objects in protocols
|
|
6
|
149
|
January 24, 2025
|
cast(T, something) doesn't seem to work when T is a type variable
|
|
6
|
165
|
January 24, 2025
|
`__hash__`, `__eq__`, and LSP
|
|
18
|
499
|
January 23, 2025
|
Type hints for bool vs int overload
|
|
65
|
738
|
January 22, 2025
|
January Typing Meetup: January 22, 18:00 UTC (10am PST)
|
|
3
|
245
|
January 22, 2025
|
TypeVarTuple with a default Unpack[tuple[()] in base class
|
|
0
|
53
|
January 22, 2025
|
`foo` vs `foo-stubs` with MYPYPATH
|
|
5
|
183
|
January 22, 2025
|
Clarifications to the typing spec regarding `type[]`
|
|
12
|
734
|
January 21, 2025
|
How to check if a type annotation represents an union
|
|
2
|
128
|
January 19, 2025
|
Overload type hinting for empty sequences?
|
|
5
|
243
|
January 14, 2025
|
Proposal: `typing.no_discard`, a decorator to indicate that the return value should not be discarded
|
|
39
|
2987
|
January 12, 2025
|
Current blockers on runtime deferal of typing imports
|
|
5
|
205
|
January 11, 2025
|
Static analysis at odds with runtime goals
|
|
13
|
458
|
January 11, 2025
|
Github Badge for Type Coverage
|
|
15
|
563
|
January 10, 2025
|
Why does functools.wraps not preserve wrapped function signature when used on __call__?
|
|
2
|
137
|
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
|
217
|
January 5, 2025
|
Enforcing __init__ signature when implementing it as an abstractmethod
|
|
65
|
661
|
January 4, 2025
|
@internal decorator
|
|
9
|
338
|
January 3, 2025
|
Specifying invalid signatures in overloads
|
|
10
|
267
|
January 2, 2025
|
Pyright & type of __path__
|
|
1
|
128
|
January 1, 2025
|
Introduction to a new runtime Python typing library - `python-newtype`!
|
|
5
|
380
|
January 1, 2025
|
Narrowing generic type bounds with isinstance
|
|
6
|
199
|
December 29, 2024
|
Conflict between Python typing library docs and mypy docs regarding function overload usage
|
|
8
|
261
|
December 26, 2024
|