Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mypy

How can identical types be incompatible in MyPy?

python mypy python-typing

Get mypy to accept subtype of generic type as a method argument

python generics mypy

How to subclass a dictionary so it supports generic type hints?

Is there a way to totally ignore all of the MyPy errors in specific project packages?

python type-hinting mypy

Mypy more specific parameter in subclass

Why does defining the argument types for __eq__ throw a MyPy type error?

"Unsupported target for indexed assignment" with mypy, depending on type hinting moment with respect to assignment

How can I add python type annotations to the flask global context g?

How to type-annotate object returned by csv.writer?

python mypy

Does mypy have a Subclass-Acceptable Return Type?

python type-hinting mypy

Exclude type in Python typing annotation

How to cast a typing.Union to one of its subtypes in Python?

Using Mypy local stubs

python mypy

mypy: base class has no attribute x, how to type hint in base class

Type hints for SQLAlchemy engine and session objects

What does the asterisk in the output of `reveal_type` mean?

python types mypy

Need type annotation for variable in python 3.5 code

MyPy - "Incompatible types in assignment (expression has type None, variable has type ...)"

python type-hinting mypy

How do I get a regex pattern type for MyPy

python mypy

What is the correct way to type hint a homogenous Queue in Python3.6 (especially for PyCharm)?