b382c0ad87
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.
3 lines
194 B
Text
3 lines
194 B
Text
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.
|