Skip to content

Type Hints

Vinicius Reif Biavatti edited this page Jul 25, 2022 · 1 revision

All of examples count on type hints. However, you can use this style guide without using type hints, but it is not recommended. Types are always the best option to document the code. Explicit is better than implicit.. Check PEP484 For more details.

Clone this wiki locally