Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-typing

Extending Generic.__class_getitem__ in Python to accept more params

Type of Union or Union of Types

python python-typing

How is "type" not a keyword in Python?

Which one is the correct way of using Python type hints with Django Models?

python django python-typing

Type of field dependent on type of other field

python python-typing mypy

How to specify types for itertools groupby?

Function annotation in python 3 get "name not defined" error

python python-typing

What does Tuple[Hashable] mean in Python?

python python-typing

Python typing: nested dictionary of unknown depth

python python-typing

How does one comply with the mypy type 'SupportsWrite[str]'?

Conditional types with mypy

How to resolve "Incompatible return value type (got "FancyCat", expected "Self")"

Python type hint Callable with one known positional type and then *args and **kwargs

python python-typing mypy

How can the number of values in a tuple type hint be parameterized?

python python-typing

Proper type hint for a listify function

python python-typing

Python typing: return type with generics like Clazz[T] as in Java Clazz<T>

Making a dict bound TypeVar accept TypedDict

python mypy python-typing

Is there a strategy for making Python 3.5 code with type-annotations backwards compatible?

Is it possible to write a negative python type annotation

python python-typing

How to add type annotation to self parameter of the decorator of class method?