Search code examples
Class cannot subclass 'QObject' (has type 'Any') using mypy...


pythonpyqtpython-typingmypy

Read More
Type hints: when to annotate...


pythonpython-typingmypy

Read More
How should a NamedTemporaryFile be annotated?...


pythonpython-typingmypy

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


pythonmypy

Read More
mypy error - incompatible type despite using 'Union'...


pythonpython-typingmypy

Read More
Using Mypy local stubs...


pythonpython-typingmypy

Read More
mypy: argument of method incompatible with supertype...


pythonpython-typingmypy

Read More
How to correctly specify type hints with AsyncGenerator and AsyncContextManager...


pythonpython-typingmypy

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


pythonpython-typingmypy

Read More
Need type annotation for variable in python 3.5 code...


pythonpython-typingmypy

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


pythonpython-typingmypy

Read More
Type hints for SQLAlchemy engine and session objects...


pythonsqlalchemypython-typingmypy

Read More
How do I specify OrderedDict K,V types for Mypy type annotation?...


pythonpython-typingmypy

Read More
Specifying a type to be a List of numbers (ints and/or floats)?...


pythonpython-typingmypy

Read More
Type hint for a dict that maps tuples containing classes to the corresponding instances...


pythonmypypython-typing

Read More
Using mypy with with lazy initialization of instance attributes...


pythonmypypython-typing

Read More
How to tackle "Statement is unreachable [unreachable]" with mypy when setting attribute va...


pythonmypypython-typing

Read More
Type hinting of dependency injection...


pythonpython-typingmypy

Read More
MyPy - Incompatible types in assignment (expression has type None, variable has type X)...


pythonpython-typingmypy

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


pythonpython-typingmypyliskov-substitution-principle

Read More
Numpy's `NDArray[np.int_]` not compatible with Python's `Sequence[Integral]`?...


pythonnumpypython-typingmypy

Read More
Why is mypy/PyCharm/etc not detecting type errors for Type[T]?...


pythonpycharmpython-typingmypy

Read More
How can I have an optional TypeVar in a Generic class in Python?...


pythongenericspython-typingmypy

Read More
Mypy Plugin for Replacing Custom TypeAlias with NotRequired...


pythonpython-typingmypy

Read More
Type checking error: views.py:24: error: "HttpRequest" has no attribute "tenant"...


pythondjangopython-typingmypy

Read More
mypy overload function with numpy ndarray and pandas dataframe (signature parameter type(s) are the ...


pythonpandasnumpypython-typingmypy

Read More
How to avoid checking for None when setting Optional dataclass args in __post_init__...


pythonpython-typingmypypython-dataclasses

Read More
Python Typing with Exception Handling...


pythonexceptionpython-typingmypy

Read More
Comparable types with mypy...


pythonpython-typingmypy

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


pythonpython-typingmypy

Read More
BackNext