blob: bca3ab7162a39f75235e8265d730cb4bc6c18df6 (
plain) (
blame)
1
2
3
|
This extension allows you to use Python 3 annotations for documenting
acceptable argument types and return value types of functions. This allows you
to use type hints in a very natural fashion.
|