Search code examples
Does VSCode support Python .pyi files for IntelliSense?...


pythonvisual-studio-codepython-typingmypy

Read More
Why doesn't mypy pass when TypedDict calls update method...


pythonpython-typingmypy

Read More
What's the type hint for an array?...


pythonarrayspython-typing

Read More
What is the proper level of indent for hanging indent with type hinting in python?...


pythonpython-typingpep8

Read More
Should arguments that default to None always be type hinted as Optional[]?...


pythonpython-typingmypy

Read More
Python type annotation for custom duck type...


pythonpython-typing

Read More
How can request.param be annotated in indirect parametrization?...


pythonpytestpython-typingfixtures

Read More
Python typing: typed dictionary or defaultdict extending classes...


pythonpython-typing

Read More
Type hints for a pandas DataFrame with mixed dtypes...


pythonpandaspython-typing

Read More
Python type hinting with db-api...


pythoninterfacepython-typing

Read More
What is the platform-independent mypy type annotation for asyncio event loop?...


pythonpython-asynciopython-typingmypy

Read More
Purpose of __name__ in TypeVar, NewType...


pythonpython-typing

Read More
Python: typing a generic function that receives a type and returns an instance of that type...


pythongenericspython-typing

Read More
Can python class variables become instance variables when altered in __init__?...


pythonpython-typing

Read More
How to get type hints for an object's attributes?...


pythonpython-typing

Read More
How to use type hinting with dictionaries and google protobuf enum?...


pythonenumsprotocol-bufferspython-typing

Read More
How can mypy ignore a single line in a source file?...


pythonpython-typingmypy

Read More
When/why use types from typing module for type hints...


pythonpython-typing

Read More
List[Dog] is incompatible with List[Animal] where Dog inherits from Animal...


pythonpython-typingmypy

Read More
How can I type-hint a nested object in Python?...


pythonpython-typingmypyzeep

Read More
Is there a way to specify a range of valid values for a function argument with type hinting in pytho...


pythonpython-typing

Read More
Is there a PEP484 type hint for 'character'?...


pythonpython-typing

Read More
How to get a TypedDict corresponding to a function signature?...


pythonpython-typing

Read More
Generate TypedDict from function's keyword arguments...


pythonpython-typingmypy

Read More
Type hinting Callable with no parameters...


pythonpycharmpython-typing

Read More
How to annotate Python function using return type of another function?...


pythonpython-typing

Read More
Type annotating instance attributes: in init or body?...


pythonpython-typingmypy

Read More
Python type hint given as a string?...


pythonpython-typing

Read More
How should I type-hint an integer variable that can also be infinite?...


pythonpython-typingmypy

Read More
Why does a type hint `float` accept `int` while it is not even a subclass?...


pythonpython-typingunions

Read More
BackNext