Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-typing

mypy seems to think that (*args, **kwargs) could match to any funtion signature?

What do ** (double star/asterisk) and * (star/asterisk) inside square brakets mean for class and function declarations in Python 3.12+?

What type hint should I use for an object that can be iterated through multiple times? [duplicate]

python python-typing

Type checking in pycharm for class-decorated property

Python typings and futures

Type hints for context manager

How to make a TypedDict with integer keys?

How to pass ForwardRef as args to TypeVar in Python 3.6?

Usage of nested protocol (member of protocol is also a protocol)

Why numpy array is not of Sequence type?

python numpy python-typing

How to annotate pointer to C character array in method signature?

Python variable length generics types

Type hints and @singledispatch: how do I include `Union[...]` in an extensible way?

Fastapi Pydantic optional field

pydantic's update_forward_refs raises typing NameError

Mypy complaining about [no-any-return] rule being violated for obvious boolean expression

python mypy python-typing