What problem / inefficiency does your enhancement address?
It's difficult to know the data types when looking at the code
Describe the solution you'd like to see implemented
Adding function annotations to function signatures.
Are there any alternative approaches?
Add data types in comments and in documentation. This is more pythonic.
Who is requesting this feature?
@Andrew-Murtagh
Anything else?
N/a
What problem / inefficiency does your enhancement address?
It's difficult to know the data types when looking at the code
Describe the solution you'd like to see implemented
Adding function annotations to function signatures.
Are there any alternative approaches?
Add data types in comments and in documentation. This is more pythonic.
Who is requesting this feature?
@Andrew-Murtagh
Anything else?
N/a