Type hints
- List
- Dict
- Tuple
- Set
- Iterable
- Sequence
- Mapping
- MutableMapping
Python typing members
Python Type Validators
Python Formatters
typing - Support for type hints - Python 3.8.6rc1 documentation
Source code: Lib/typing.py Note The Python runtime does not enforce function and variable type annotations. They can be used by third party tools such as type checkers, IDEs, linters, etc. The function below takes and returns a string and is annotated as follows: In the function , the argument is expected to be of type and the return type .
https://docs.python.org/3/library/typing.html

Seonglae Cho![[파이썬] typing 모듈로 타입 표시하기](https://www.notion.so/image/https%3A%2F%2Fres.cloudinary.com%2Fdaleseo%2Fimage%2Fupload%2Fv1648323273%2Fdaleseo%2Fog.png?table=block&id=e3afb3b2-a510-4426-8f8b-85392e806569&cache=v2)
